Skip to content

Commit f846598

Browse files
authored
Update README.md
1 parent 4fb4f8c commit f846598

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ A simple, light-weight and strongly typed commandline parser made in .Net standa
1818

1919
## Installation
2020
```powershell
21-
PM> Install-Package MatthiWare.CommandLineParser -Version 0.2.0-alpha
21+
PM> Install-Package MatthiWare.CommandLineParser
2222
```
2323

2424
# Quick Start
2525

2626
First of all you need to add the nuget package.
2727

28-
``` powershell
29-
PM> Install-Package MatthiWare.CommandLineParser
30-
```
31-
3228
Now you can setup the command line parser.
3329

3430
``` csharp

0 commit comments

Comments
 (0)