]> Repositories - zlox.git/blobdiff - README.md
Fix style and refactor
[zlox.git] / README.md
index c2b0cfa5ddf2ddfd98d9e58b9b0fd9e047d29fe1..1de96d00dfa87c9c77b4dc6a1009e2e72adcc7fd 100644 (file)
--- 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
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
 
 ```shell
-zig run Lox.zig
+zig run lox.zig
 ```
 ```