From 9f566aae7df39d689a26a2c4eb7584da0da761ea Mon Sep 17 00:00:00 2001 From: Sherzod Mutalov Date: Tue, 14 Mar 2017 12:52:14 +0500 Subject: [PATCH] typo contansts -> constants --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c17f0..bebe066 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This game was written with hope to be a good example of game development in Rust This code should be compiled with the latest stable version of Rust (1.15.1 as of this writing). -Almost all game's contansts are configurable via `resources/config.json`. +Almost all game's constants are configurable via `resources/config.json`. You should edit the screen size details to match your monitor. ## Gameplay