summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/README.md.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/README.md.template b/example/README.md.template
index 8b12cd6..696c598 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -5,6 +5,11 @@ README.md is autogenerated. Please edit example/README.md.template instead.
5 5
6A simple and easy to use command line argument parser library for Zig. 6A simple and easy to use command line argument parser library for Zig.
7 7
8The master branch of zig-clap targets the master branch of Zig. For a
9version of zig-clap that targets a specific Zig release, have a look
10at the releases. Each release specifies the Zig version it compiles with
11in the release notes.
12
8## Features 13## Features
9 14
10* Short arguments `-a` 15* Short arguments `-a`