Skip to content

Commit

Permalink
readme: Use correct branch in fetch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ibokuri committed Feb 7, 2024
1 parent 1b9459e commit 3501c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _Getty JSON_ is a (de)serialization library for the JSON data format.
1. Declare Getty JSON as a dependency:

```console
zig fetch --save git+https://github.com/getty-zig/json.git#master
zig fetch --save git+https://github.com/getty-zig/json.git#main
```

2. Expose Getty JSON as a module in `build.zig`:
Expand Down

0 comments on commit 3501c99

Please sign in to comment.