Skip to content

Commit 58bf5bb

Browse files
authored
Update README.md
1 parent aaf12b9 commit 58bf5bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a simple but yet powerful web API wrapper of the [DuckDuckGo Instant Ans
77
DuckSharp targets .NET Standard 1.1 - so your project **must**. See [Microsoft's guide on .NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
88

99
### Installation
10-
DuckSharp can be installed from [NuGet](https://www.nuget.org/packages/TheMulti0.DuckSharp/).
10+
DuckSharp can be installed from [NuGet](https://www.nuget.org/packages/TheMulti0.DuckSharp/). <br />
1111
You can install it from Visual Studio's userinterface, or from the package manager console:
1212
```ps1
1313
PM> Install-Package TheMulti0.DuckSharp -Version 1.0.0
@@ -29,5 +29,5 @@ await new DuckSharpClient().GetBangRedirectAsync("!youtube Kanye West - Fade");
2929
For a full documentation, be sure to checkout [this project's wiki page!](https://github.com/TheMulti0/DuckSharp/wiki)
3030

3131
## Contributing
32-
If any of you wants to contribute to this project, you can submit a pull request here, I promise that I'll review _any_ pull request that will be submitted.
33-
Please use my .dotsettings file and preserve Microsofts C# conventions and my coding style!
32+
If any of you wants to contribute to this project, you can submit a pull request here, I promise that I'll review _any_ pull request that will be submitted. </br>
33+
Please use my `.dotsettings` file and preserve Microsofts C# conventions and my coding style!

0 commit comments

Comments
 (0)