]> Repositories - zlox.git/blobdiff - README.md
Fix shadowing mistake
[zlox.git] / README.md
index 1de96d00dfa87c9c77b4dc6a1009e2e72adcc7fd..84b40e2ce2a0f9b2643efc420f46b71f20be2001 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
 # Zlox
 
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
 # Zlox
 
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
-
-```shell
-zig run lox.zig
-```