Skip to content

Commit

Permalink
reflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed Feb 10, 2015
1 parent 2d47bcf commit 52f125c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ These arguments usually come from the arguments to `main()`. For example:
var results = parser.parse(args);
}

However, you can pass in
any list of strings. The `parse()` method returns an instance of [ArgResults][],
a map-like object that contains the values of the parsed options.
However, you can pass in any list of strings. The `parse()` method returns an
instance of [ArgResults][], a map-like object that contains the values of the
parsed options.

var parser = new ArgParser();
parser.addOption('mode');
Expand Down

0 comments on commit 52f125c

Please sign in to comment.