Ownership transfer: fix clone URL

This commit is contained in:
Sadika Sumanapala 2020-12-06 09:28:16 +05:30 committed by Thom Chiovoloni
parent 6e54cb39d4
commit eea1f4ca3d

View File

@ -82,7 +82,7 @@ case, because **imgui-rs is not tied to any specific graphics / OS API**.
## Compiling and running the demos
```bash
git clone https://github.com/Gekkio/imgui-rs
git clone https://github.com/imgui-rs/imgui-rs
cd imgui-rs
git submodule update --init --recursive
```