Skip to content

Commit 967feb3

Browse files
committed
Update readme
1 parent 17457c7 commit 967feb3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
### HTTP requests easier than in basic .NET
22

33
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.
4+
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

Comments
 (0)