Skip to content

Commit 2598116

Browse files
authored
Update README.md
1 parent 73138c4 commit 2598116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ with some additional methods so this is an aspect of the library that is not cus
4040

4141
### Quick Guide
4242

43-
1. Create a client instance from `GrandNodeClient` class and customize it if you want with the help of `builder` method.
43+
1. Create a client instance from `GrandNodeClient` class and customize it if you want with the help of the `builder` method.
4444
2. Create a service instance related to the API you want to use by calling `create` method on the client.
45-
3. Call the service's methods(different type of API calls defined for each API service).
45+
3. Call the service's methods(different types of API calls defined for each API service).
4646
4. Handle the response using various callbacks that are provided by `Retrofit` and other custom callbacks(`CallX`).
4747

4848
---

0 commit comments

Comments
 (0)