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

@@ -7,14 +7,14 @@ Testing scripts written in Rhai.
How to Run
----------
Compile the `rhai_runner` example:
Compile the `rhai-run` example:
```bash
cargo build --example rhai_runner
cargo build --example rhai-run
```
Run it:
```bash
./target/debug/examples/rhai_runner ./scripts/test_script_to_run.rhai
./target/debug/examples/rhai-run ./scripts/test_script_to_run.rhai
```