From b927a3b68f8fb6a1b8caffe034f7528b3055180e Mon Sep 17 00:00:00 2001 From: Erin Catto Date: Sat, 12 Jan 2019 23:51:55 -0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10afe88..83e3238 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A small 2D physics engine. Developed for the [2006 GDC Physics Tutorial](docs/GDC2006_Catto_Erin_PhysicsTutorial.pdf). This is the original version of the larger [Box2D](https://box2d.org) library. The Lite version is more suitable for learning about game physics. # Cloning -Box2D-Lite samples use [GLFW](https://www.glfw.org/) and [dear imgui](https://github.com/ocornut/imgui) as git submodules. Therefor, I recommend cloning box2d-lite using the following command: +Box2D-Lite samples use [GLFW](https://www.glfw.org/) and [dear imgui](https://github.com/ocornut/imgui) as git submodules. I recommend cloning Box2D-Lite using the following command: ```bash git clone --recursive https://github.com/erincatto/box2d-lite.git ```