Skip to content

Commit

Permalink
Update README.md (#24)
Browse files Browse the repository at this point in the history
Small typo fix: "parsed arguemnts -> parsed arguments"
  • Loading branch information
ceandrade authored and bicycle1885 committed Mar 28, 2018
1 parent 1bfa019 commit de8573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ docopt(doc::AbstractString, argv=ARGS; help=true, version=nothing, options_first

**Return**

* parsed arguemnts : An associative collection, where keys are names of command-line elements such as e.g. "--verbose" and "<path>", and values are the parsed values of those elements. (type: `Dict{String,Any}`)
* parsed arguments : An associative collection, where keys are names of command-line elements such as e.g. "--verbose" and "<path>", and values are the parsed values of those elements. (type: `Dict{String,Any}`)

See <http://docopt.org/> for more details about the grammar of the usage pattern.

0 comments on commit de8573c

Please sign in to comment.