Update README.md

This commit is contained in:
Jonathan Turner 2016-03-03 10:00:29 -05:00
parent f69788264e
commit e4369723e4

View File

@ -4,8 +4,6 @@ Rhai is an embedded scripting language for Rust. It is meant to be a safe drop-
# Features
**Note:** Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.
Rhai's current feature set:
* Straightforward integration with your application
@ -16,6 +14,8 @@ Rhai's current feature set:
* No additional dependencies
* No unsafe code
***Note:** Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.*
## Variables
```Rust