Update README.md

This commit is contained in:
adrienmalin 2019-02-10 17:26:45 +01:00
parent 3dc062cc23
commit a1ea7572f1

View File

@ -9,7 +9,7 @@ pip install --user terminis
## Usage
```bash
terminis [level]
terminis [level]
```
level: integer between 1 and 15
@ -20,5 +20,5 @@ You can change keys by editing:
* `~/.local/share/Terminis/config.cfg` on Linux
Acceptable values:
* printable characters ('q', '*', ' '...)
* curses's constants name starting with "KEY_" (see [Python documentation](https://docs.python.org/3/library/curses.html?highlight=curses#constants))
* printable characters (`q`, `*`, ` `...)
* curses's constants name starting with `KEY_` (see [Python documentation](https://docs.python.org/3/library/curses.html?highlight=curses#constants))