Merge pull request #59 from nabijaczleweli/master

Syntax highlight TOML as TOML in README
This commit is contained in:
Lukáš Hozda [magnusi]
2017-12-21 15:16:03 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ Rhai's current feature set:
You can install Rhai using crates by adding this line to your dependences: You can install Rhai using crates by adding this line to your dependences:
``` ```toml
[dependencies] [dependencies]
rhai = "0.8.1" rhai = "0.8.1"
``` ```