Update README.md

This commit is contained in:
Jonathan Turner 2016-03-26 13:43:06 -07:00
parent 281ee84963
commit 05b63ef21b

View File

@ -20,7 +20,7 @@ You can install Rhai using crates by adding this line to your dependences:
```
[dependencies]
rhai = "0.1.0"
rhai = "0.2.0"
```
## Related