Skip to content

Commit c526bc3

Browse files
committed
Add NuGet badges
1 parent 75fcc3e commit c526bc3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ dotnet cake build.cake
3939

4040
## NuGet Packages
4141
### Curl.CommandLine.Parser
42+
[![NuGet](https://img.shields.io/nuget/v/Curl.CommandLine.Parser.svg)](https://www.nuget.org/packages/Curl.CommandLine.Parser/)
43+
4244
#### Key Features
43-
- Parse cURL command into individual cURL options.
44-
- Return parsing errors and warnings if the cURL input is invalid.
45+
- Parses cURL command into individual cURL options.
46+
- Returns parsing errors and warnings if the cURL input is invalid.
4547

4648
#### Installation
4749
Install with NuGet
@@ -61,10 +63,10 @@ Console.WriteLine(output.Data.UploadData.First().Content);
6163
```
6264

6365
### Curl.HttpClient.Converter
66+
[![NuGet](https://img.shields.io/nuget/v/Curl.HttpClient.Converter.svg)](https://www.nuget.org/packages/Curl.HttpClient.Converter/)
6467
#### Key Features
65-
- Parse cURL command into C# code.
66-
- Convert output from CurlParser into C# code.
67-
- Return parsing errors and warnings if the cURL input is invalid.
68+
- Converts output from CurlParser into C# code.
69+
- Returns parsing errors and warnings if the cURL input is invalid.
6870

6971
#### Installation
7072
Install with NuGet

0 commit comments

Comments
 (0)