summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Komari Spaghetti2025-02-24 08:47:32 +0100
committerGravatar GitHub2025-02-24 08:47:32 +0100
commit141eec00610a79a0d0576d43a273acb5790e0999 (patch)
tree9468ce35bc38885f998446c1dcd4ca988ab09b52
parentUpdate README.md (diff)
downloadzig-clap-141eec00610a79a0d0576d43a273acb5790e0999.tar.gz
zig-clap-141eec00610a79a0d0576d43a273acb5790e0999.tar.xz
zig-clap-141eec00610a79a0d0576d43a273acb5790e0999.zip
Update README.md.template
-rw-r--r--example/README.md.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/README.md.template b/example/README.md.template
index bbf5cb8..4fe1d87 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -45,9 +45,9 @@ exe.root_module.addImport("clap", clap.module("clap"));
45 45
46## API Reference 46## API Reference
47 47
48Automatically generated API Reference for the project can be found at https://Hejsil.github.io/ 48Automatically generated API Reference for the project can be found at
49zig-clap. 49https://Hejsil.github.io/zig-clap. Note that Zig autodoc is in beta; the website
50Note that Zig autodoc is in beta; the website may be broken or incomplete. 50may be broken or incomplete.
51 51
52## Examples 52## Examples
53 53