diff --git a/README.md b/README.md index fb6938db..283c8e2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rhai's current feature set: * Easy integration with Rust functions and data types * Fairly efficient (1 mil iterations in 0.75 sec on my 5 year old laptop) -* Low compile-time overhead (~0.6 sec debug/~3 sec release for runner app) +* Low compile-time overhead (~0.6 sec debug/~3 sec release for script runner app) * Easy-to-use language based on JS+Rust * Support for overloaded functions * No additional dependencies