Replace - with –

This commit is contained in:
Stephen Chung
2020-12-29 23:01:34 +08:00
parent a45876856d
commit db5b855dea
51 changed files with 149 additions and 149 deletions

View File

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