Syntax highligh TOML as TOML in README

This commit is contained in:
nabijaczleweli 2017-12-11 07:32:12 +01:00
parent f8606aec4c
commit 14f31f4232
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1

View File

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