mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Merge pull request #68 from nabijaczleweli/master
Add TOML syntax highlight to README
This commit is contained in:
commit
a3b5ef3bca
@ -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