Skip to content

Commit fc44e97

Browse files
committed
Update outdated example
1 parent ac9117c commit fc44e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The BotBlockAPI class contains a nested Builder class which allows a more stream
116116
```java
117117
BotBlockAPI api = new BotBlockAPI.Builder()
118118
.addAuthToken("discordextremelist.xyz", "my_s3cr3t_t0k3n")
119-
.addAuthToken(Site.BOTLIST_SPACE, "my_53cret_tok3n")
119+
.addAuthToken(Site.DISCORDLIST_SPACE, "my_53cret_tok3n")
120120
.build();
121121
```
122122

0 commit comments

Comments
 (0)