X-Git-Url: https://git.ayoreis.com/zlox.git/blobdiff_plain/bebff07499e6ddad8a7b028e38db539372afc2f3..7b3023fd01ad1445eeccb48346217935d4e117f4:/README.md diff --git a/README.md b/README.md index c2b0cfa..1de96d0 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig. ```shell -zig run Lox.zig +zig run lox.zig ```