summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f37d6c..c7bd7a9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your
12Zig project's root directory, run: 12Zig project's root directory, run:
13 13
14```plain 14```plain
15zig fetch --save https://codeberg.org/dude_the_builder/zg/archive/v0.13.1.tar.gz 15zig fetch --save https://codeberg.org/dude_the_builder/zg/archive/v0.13.2.tar.gz
16``` 16```
17 17
18Then instantiate the dependency in your `build.zig`: 18Then instantiate the dependency in your `build.zig`: