From 026a8246669cd8799d694060f46d5273a8cb6e84 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sat, 31 Oct 2015 19:15:43 -0700 Subject: [PATCH] udpate readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b69c59..426c82d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ args.Foo = "default value" arg.MustParse(&args) ``` -### Required options +### Required arguments ```go var args struct { @@ -35,7 +35,7 @@ var args struct { arg.MustParse(&args) ``` -### Positional argument +### Positional arguments ```go var args struct { @@ -81,7 +81,7 @@ options: --help, -h print this help message ``` -### Options with multiple values +### Arguments with multiple values ```go var args struct { Database string