We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1686823 commit 804fe5fCopy full SHA for 804fe5f
README.md
@@ -4,7 +4,7 @@ Bytecode virtual machine for the Lox programming language written in Rust.
4
5
## Development
6
While developing, if you would like auto-running check and tests you can install cargo-watch and then run `./scripts/tdd`.
7
-You can then also have an auto-restarting rslox repl by opening a second terminal and then run `./scripts/repl`.
+You can then also have an auto-restarting rslox repl by opening a second terminal and running `./scripts/repl`.
8
9
## Acknowledgements
10
0 commit comments