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