Skip to content

Commit 67bd80f

Browse files
authored
Update README.md
1 parent 41ed53a commit 67bd80f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ You can install Requests by searching for "Requests" in the NuGet Package Manage
1717

1818
## Usage
1919

20-
To use Requests, first import the library:
20+
To utilize the **Requests** library in C#, begin by importing it:
2121

22-
```cs
22+
```csharp
2323
using Shard.Requests;
2424
```
2525

26-
Then, create a Request object and it will automaticly be added to the `RequestHandler`.
27-
If a request fails, the RequestHandler will automatically retry the request according to the retry settings specified.
26+
Next, instantiate a `Request` object, and it will automatically be included in the `RequestHandler`. If a request encounters an error, the `RequestHandler` will automatically retry the request based on the specified retry settings. For additional information, refer to the Requests [Wiki](https://github.com/TypNull/Requests/wiki/).
2827

2928
## Classes
3029

@@ -89,4 +88,4 @@ If you would like to contribute to this library, please submit a pull request or
8988

9089
## License
9190

92-
Requests is licensed under the MIT license.
91+
Requests is licensed under the MIT license.

0 commit comments

Comments
 (0)