Skip to content

Commit 9f4becc

Browse files
committed
Update some text.
1 parent d31284f commit 9f4becc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ postAction.postGuilds(jda, api);
107107
Since version 2.0.0 of JavaBotBlockAPI can you get certain information of a bot or the available Bot lists on the BotBlock API.
108108

109109
### All available Bot lists
110-
You can call `.getBotlists()` to receive a JSONObject with all available Botlists in the BotBlockAPI.
110+
You can call `.getBotLists()` to receive a JSONObject with all available Botlists in the BotBlockAPI.
111111

112112
The returned JSONObject could look like this:
113113
```json
@@ -134,8 +134,8 @@ The returned JSONObject could look like this:
134134
```
135135

136136
### Single Botlist
137-
Calling `.getBotlist(..., Site|String)` returns a specific Botlist as JSONObject.
138-
For example does `.getBotlist("123456789012345678", "lbots.org")` return the following JSONObject:
137+
Calling `.getBotList(..., Site|String)` returns a specific Botlist as JSONObject.
138+
For example does `.getBotList("123456789012345678", "lbots.org")` return the following JSONObject:
139139
```json
140140
{
141141
"api_docs": "https://lbots.org/api/docs",

0 commit comments

Comments
 (0)