diff options
| author | Alex Popov <[email protected]> | 2017-12-14 21:44:22 +0200 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-12-14 12:08:35 -0800 |
| commit | b533bb811a9835960a4bc6c4fde751e1e5db46cf (patch) | |
| tree | 2be33d8a6c4b6a8dd2fa579b55cc2dae1771f74f | |
| parent | 329122dc753a01d8738c76dcfd1dd5d117452cb2 (diff) | |
| download | ruby2d-b533bb811a9835960a4bc6c4fde751e1e5db46cf.tar.gz ruby2d-b533bb811a9835960a4bc6c4fde751e1e5db46cf.zip | |
Fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
