Skip to content
Snippets Groups Projects
Commit 3996d24f authored by ticki's avatar ticki
Browse files

Fix cargo example

parent 1f664113
No related branches found
No related tags found
No related merge requests found
......@@ -23,14 +23,14 @@ For nightly, add
```toml
[dependencies.termion]
git = "https://github.com/ticki/termion"
git = "https://github.com/ticki/termion.git"
```
For stable,
```toml
[dependencies.termion]
git = "https://github.com/ticki/termion"
git = "https://github.com/ticki/termion.git"
default-features = false
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment