Fix cargo example

This commit is contained in:
ticki 2016-07-03 13:46:18 +02:00
parent 1f66411331
commit 3996d24f12
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ For nightly, add
```toml ```toml
[dependencies.termion] [dependencies.termion]
git = "https://github.com/ticki/termion" git = "https://github.com/ticki/termion.git"
``` ```
For stable, For stable,
```toml ```toml
[dependencies.termion] [dependencies.termion]
git = "https://github.com/ticki/termion" git = "https://github.com/ticki/termion.git"
default-features = false default-features = false
``` ```