diff --git a/README.md b/README.md index d5680e45..07a221a4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ For those who actually want their own language --------------------------------------------- * Use as a [DSL](https://rhai.rs/book/engine/dsl.html). -* Restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable.html). +* Disable certain [language features](https://rhai.rs/book/engine/options.html#language-features) such as [looping](https://rhai.rs/book/engine/disable-looping.html). +* Further restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable-keywords.html). * Define [custom operators](https://rhai.rs/book/engine/custom-op.html). * Extend the language with [custom syntax](https://rhai.rs/book/engine/custom-syntax.html).