Skip to content

Commit

Permalink
README: small fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Jul 28, 2022
1 parent 77c1ac5 commit 8f06c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ A keystroke can be:


:code:`key` module
---------------------
------------------

This submodule contains a list of available keys to compare against. The constants are defined depending on your operating system, so it should be
fully portable. If a key is listed here for your platform, :code:`readkey()` can read it and you can compare against it.
fully portable. If a key is listed here for your platform, :code:`readkey()` can read it, and you can compare against it.


OS Support
Expand Down Expand Up @@ -165,7 +165,7 @@ In order to develop and run the tests, follow these steps:
make
(or run the command used inside the Makefile manually, if you don't have/want :code:`make`)
(or run the commands used inside the Makefile manually, if you don't have/know :code:`make`)


Please, **Execute the tests before any pull-request**. This will avoid invalid builds.
Expand Down

0 comments on commit 8f06c85

Please sign in to comment.