Skip to content

Commit

Permalink
docs: Fixes typo in lang/zig (#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
carldaws authored Feb 22, 2025
1 parent b93076e commit 7575910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/zig.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following installs zig and makes it the global default:
```sh
mise use -g [email protected] # install zig 0.13.x
mise use -g zig@latest # install latest zig release
mise use -g zig@ref:master # instaLL latest nightly from master
mise use -g zig@ref:master # install latest nightly from master
mise use -g zig@ref:mach-latest # install latest nominated zig
mise use -g [email protected]+271452d22 # install dev version
```
Expand Down

0 comments on commit 7575910

Please sign in to comment.