Update README.md with image links.

This commit is contained in:
Martin Fitzpatrick
2018-02-19 20:34:51 +01:00
parent 7dd1c41454
commit 68f92c0584
8 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
A simple calculator application implemented in Python using PyQt. The UI was designed in Qt Designer and the
calculator operations are implemented using simple stack-based logic.
!(Calculon)[screenshot-calculator.png]
![Calculon](screenshot-calculator.jpg)
> If you think this example app is neat and want to learn more about
PyQt in general, [take a look at my ebook & online course