diff --git a/README.md b/README.md index ad3918e..b945cbc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ A parser for command line arguments - Install package: `nimble install` - Add to dependencies: `requires "arguments_parser"` -- Add to code: `import arguments_parser` +- Add to code: + - `import arguments_parser` + - `let arguments = parseInput()` ## Contribute diff --git a/arguments_parser.nimble b/arguments_parser.nimble index 758e787..c58e296 100644 --- a/arguments_parser.nimble +++ b/arguments_parser.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "1.0.0" author = "Michael Horstmann" description = "A parser for command line arguments" license = "MIT"