summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Popov <[email protected]>2017-12-14 21:44:22 +0200
committerTom Black <[email protected]>2017-12-14 12:08:35 -0800
commitb533bb811a9835960a4bc6c4fde751e1e5db46cf (patch)
tree2be33d8a6c4b6a8dd2fa579b55cc2dae1771f74f
parent329122dc753a01d8738c76dcfd1dd5d117452cb2 (diff)
downloadruby2d-b533bb811a9835960a4bc6c4fde751e1e5db46cf.tar.gz
ruby2d-b533bb811a9835960a4bc6c4fde751e1e5db46cf.zip
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 720e2f7..406e960 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ To work on the gem locally, first clone this repo using:
git clone --recursive https://github.com/ruby2d/ruby2d.git
```
-To keep the size of this repository small, [Git submodules](https://git-scm.com/book/en/Git-Tools-Submodules) are used to reference [test media](https://github.com/simple2d/test_media) and other [assets](https://github.com/ruby2d/assets). The `--recursive` flag ensures submodules are initialize and updated when this repo is cloned. If you happened to clone this repo without the `--recursive` flag, you can still initialize and update submodules with:
+To keep the size of this repository small, [Git submodules](https://git-scm.com/book/en/Git-Tools-Submodules) are used to reference [test media](https://github.com/simple2d/test_media) and other [assets](https://github.com/ruby2d/assets). The `--recursive` flag ensures submodules are initialized and updated when this repo is cloned. If you happened to clone this repo without the `--recursive` flag, you can still initialize and update submodules with:
```bash
git submodule init