From 98186de2ddf4d2898f2d4f4d5516f07f83e874e6 Mon Sep 17 00:00:00 2001 From: Raydelto Hernandez Date: Sat, 6 Jun 2020 17:59:27 -0300 Subject: [PATCH] Fixing typos on the game controls section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 873811c..b035f35 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ ## Controls * You can move Polly, using the W,A,S,D keys. -* SPACE pauses the game -* F9 Toggles on/off worls textres -* F10 Render helper vectors +* SPACE pauses the game. +* F9 Toggles on/off world textures. +* F10 Render helper vectors. * F11 toggles the Full Screen mode. ## Documentation @@ -61,4 +61,4 @@ make Finally, you can run the freshly built game running: ``` ./bin/main -``` \ No newline at end of file +```