File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
4749Install 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
7072Install with NuGet
You can’t perform that action at this time.
0 commit comments