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 29, 2022
1 parent 77c1ac5 commit a8be200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,15 +165,15 @@ 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.


------

*Copyright (c) 2014-2022 Miguel Angel Garcia*
*Copyright (c) 2014-2022 Miguel Ángel García*


.. |GitHub badge| image:: https://badges.aleen42.com/src/github.svg
Expand Down

0 comments on commit a8be200

Please sign in to comment.