Skip to content

Commit f6586b4

Browse files
committed
remove incorrect download url fragment from readme
1 parent 37fc6d1 commit f6586b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111
```
1212
# Initialize a `zig build` project if you haven't already
1313
zig init
14-
zig fetch --save git+https://github.com/allyourcodebase/taglib.git#1.5.7-1
14+
zig fetch --save git+https://github.com/allyourcodebase/taglib.git
1515
```
1616

1717
You can then import `taglib` in your `build.zig` with:

0 commit comments

Comments
 (0)