From 86751e817481e3b0d05196863eecf31d5dceb752 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 15:14:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebbdd0..a4e0a14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Yet another Tetris clone, with Qt5 on Python 3 * Install [Python 3](https://www.python.org) with pip -* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySIde2 yet) +* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySide2 yet) ```bash pip3 install --user PyQt5 @@ -33,7 +33,7 @@ Yet another Tetris clone, with Qt5 on Python 3 ```bash python3 -m nuitka Tetris2000.py --recurse-all ``` -* On Windows, add icons/icon.ico toTetris2000.exe with [Resource hacker](http://www.angusj.com/resourcehacker/) +* On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/) ## Credits