From b533bb811a9835960a4bc6c4fde751e1e5db46cf Mon Sep 17 00:00:00 2001 From: Alex Popov Date: Thu, 14 Dec 2017 21:44:22 +0200 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3