Skip to content

Commit 5991aa8

Browse files
committed
Updating README.
1 parent a0926bf commit 5991aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Compatibility:
1010

1111
At glance:
1212
---
13-
- One line parsing using default singleton: ``CommandLine.Parser.Default.ParseArguments<T>(...)``.
13+
- One line parsing using default singleton: ``CommandLine.Parser.Default.ParseArguments(...)``.
1414
- One line help screen generator: ``HelpText.AutoBuild(...)``.
1515
- Map command line arguments to ``IList<string>``, arrays, enum or standard scalar types.
1616
- __Plug-In friendly__ architecture as explained [here](https://github.com/gsscoder/commandline/wiki/Plug-in-Friendly-Architecture).

0 commit comments

Comments
 (0)