diff --git a/README.md b/README.md index 9b81012e..2989392d 100644 --- a/README.md +++ b/README.md @@ -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