You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is a simple but yet powerful web API wrapper of the [DuckDuckGo Instant Ans
7
7
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).
8
8
9
9
### 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 />
11
11
You can install it from Visual Studio's userinterface, or from the package manager console:
@@ -29,5 +29,5 @@ await new DuckSharpClient().GetBangRedirectAsync("!youtube Kanye West - Fade");
29
29
For a full documentation, be sure to checkout [this project's wiki page!](https://github.com/TheMulti0/DuckSharp/wiki)
30
30
31
31
## 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