Merge pull request #68 from nabijaczleweli/master

Add TOML syntax highlight to README
This commit is contained in:
Alexandre Bury 2016-10-07 10:23:35 -07:00 committed by GitHub
commit a3b5ef3bca

View File

@ -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: It is designed to be safe and easy to use:
``` ```toml
[dependencies] [dependencies]
cursive = "0.3" cursive = "0.3"
``` ```
Or to use the latest git version: Or to use the latest git version:
``` ```toml
[dependencies] [dependencies]
cursive = { git = "https://github.com/gyscos/Cursive" } cursive = { git = "https://github.com/gyscos/Cursive" }
``` ```