From d564e1b43407dc68a60ed32a74e9993161178760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Degerf=C3=A4lt?= Date: Fri, 21 Jun 2019 18:59:21 +0200 Subject: [PATCH] Fixed spelling --- simulation/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulation/readme.md b/simulation/readme.md index a07c2cc..79013e1 100644 --- a/simulation/readme.md +++ b/simulation/readme.md @@ -9,7 +9,7 @@ This is a simple SDL2 based simulator that runs the NuEVI firmware compiled for * SDL2 must be installed on your machine. * You probably need to have XCode and XCodes command line tools installed as well. -[Dear Imgui](https://github.com/ocornut/imgui) is pulled in as an git submodule. Run `git submoudule init` and `git submodule update` to get the code. The code is tested with tag v1.70 of ImGui, so if you run into problems make sure that is the checked out version. +[Dear Imgui](https://github.com/ocornut/imgui) is pulled in as an git submodule. Run `git submodule init` and `git submodule update` to get the code. The code is tested with tag v1.70 of ImGui, so if you run into problems make sure that is the checked out version. ### Know limitations @@ -19,4 +19,4 @@ Currently the only input simulated are the menu buttons (use the arrow keys). Th ### Future plans - * Add a Dear ImGUI based UI for simulating all other inputs. \ No newline at end of file + * Add a Dear ImGUI based UI for simulating all other inputs.