From e4369723e48d0a58bffb03215ef712e08335d6f9 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 3 Mar 2016 10:00:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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