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

This commit is contained in:
2025-06-25 17:33:05 +02:00
parent c26f5fd758
commit 29fed9b751

View File

@@ -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*: