doc: rename repository and corresponding mentioned file format
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 54s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 54s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# nf file format - parser
|
||||
# smd file format - parser
|
||||
|
||||
This is a zig library implementing a parser for `nf` files.
|
||||
This is a zig library implementing a parser for `smd` files.
|
||||
|
||||
> [!CAUTION]
|
||||
> Only builds using the zig master version are tested to work.
|
||||
@@ -10,7 +10,7 @@ This is a zig library implementing a parser for `nf` files.
|
||||
To add or update this library as a dependency in your project run the following command:
|
||||
|
||||
```sh
|
||||
zig fetch --save git+https://gitea.yves-biener.de/yves-biener/nf/parser
|
||||
zig fetch --save git+https://gitea.yves-biener.de/smd/parser
|
||||
```
|
||||
|
||||
Add the dependency to your module as follows in your *build.zig*:
|
||||
|
||||
Reference in New Issue
Block a user