From 6f21bbaff252a0d6eb76f9ca94e7081fea0d9fd6 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Thu, 7 Feb 2019 22:40:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b848185..274656e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Another Tetris clone... again... but for terminal. Ideal for servers without GUI ## Dependency * Python -* Python module Curses (native on linux) +* Python module curses (native on linux) Can be installed on windows with: ```batch @@ -57,4 +57,4 @@ CONTROLS = { "QUIT": "q" } ``` -Acceptable values are printable keys ('q', 'w'...) and curses's constants name starting with "KEY_" (see [Python documentation](https://docs.python.org/3/library/curses.html?highlight=curses#constants)) +Acceptable values are printable characters ('q', 'w'...) and curses's constants name starting with "KEY_" (see [Python documentation](https://docs.python.org/3/library/curses.html?highlight=curses#constants))