Fix cargo example
This commit is contained in:
parent
1f66411331
commit
3996d24f12
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue