Change rhai_runner and repl to rhai-run and rhai-repl.

This commit is contained in:
Stephen Chung
2020-12-25 16:08:56 +08:00
parent 822fe80105
commit e1ac6cc90e
5 changed files with 8 additions and 8 deletions

View File

@@ -46,8 +46,8 @@ The following scripts are for benchmarking the speed of Rhai:
Running Example Scripts
----------------------
The [`rhai_runner`](../examples/rust.md) example can be used to run the scripts:
The [`rhai-run`](../examples/rust.md) example can be used to run the scripts:
```bash
cargo run --example rhai_runner scripts/any_script.rhai
cargo run --example rhai-run scripts/any_script.rhai
```