From 92e98d7b6c3ee7168dbf5c0d6198bd4b63e82b0b Mon Sep 17 00:00:00 2001 From: Alex Hughes Date: Wed, 13 Jan 2021 16:09:19 -0800 Subject: [PATCH] Fixing inline image syntax for markdown This always gets me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d167f8..2877697 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Common Qt components useful for displaying and editing sept Token Expressions # Usage.py A basic usage.py is provided to show how you might used these components in your application. -!(Basic SEPT QT Example GIF)[.documents/sept-qt-example.gif] +![Basic SEPT QT Example GIF](.documents/sept-qt-example.gif) These components can handle errors and pass resolving errors back to the input widget to display. -!(Basic SEPT QT Example GIF)[.documents/sept-qt-example-errors.gif] +![Basic SEPT QT Example GIF](.documents/sept-qt-example-errors.gif)