From e4c3cddc7192dfbb9ff2c2ecfda8439b255eec7d Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Thu, 27 Jun 2019 16:22:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d408152..5122257 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The above examples are from the book [Python and Qt: The Best Parts](https://bui ## Official PyQt demos -The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. They are licensed under the [GPL](src/pyqt-official/LICENSE). Screenshots to follow. +The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. They are [licensed under the GPL](src/pyqt-official/LICENSE). Screenshots to follow. ## Running the examples