We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17457c7 commit 967feb3Copy full SHA for 967feb3
1 file changed
README.md
@@ -1,4 +1,10 @@
1
### HTTP requests easier than in basic .NET
2
3
For every HTTP method, a method can be called, which a request to the specified endpoint, possibly with a body and optional headers.<br/>
4
-THis can all be done in a single line, whereas it normally takes about ten.
+This can all be done in a single line, whereas it normally takes about ten.
5
+
6
+# Install
7
+In your .NET project, execute the following command:
8
+```
9
+dotnet add package LessAnnoyingHttp
10
0 commit comments