From 29fed9b751295407be601b21427bbf268862c7b5 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Wed, 25 Jun 2025 17:33:05 +0200 Subject: [PATCH] doc: rename repository and corresponding mentioned file format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40c3d3b..a08ed94 100644 --- a/README.md +++ b/README.md @@ -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*: