mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Add TOML syntax highlight to README
This commit is contained in:
parent
d8de167724
commit
f67927cfe6
@ -12,14 +12,14 @@ It allows you to build rich user interfaces for terminal applications.
|
||||
|
||||
It is designed to be safe and easy to use:
|
||||
|
||||
```
|
||||
```toml
|
||||
[dependencies]
|
||||
cursive = "0.3"
|
||||
```
|
||||
|
||||
Or to use the latest git version:
|
||||
|
||||
```
|
||||
```toml
|
||||
[dependencies]
|
||||
cursive = { git = "https://github.com/gyscos/Cursive" }
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user