Skip to content

Commit 3938f6f

Browse files
authored
Fix incorrect example in readme (#4)
1 parent f2b9018 commit 3938f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compileOnly 'net.luckperms:rest-api-client:0.1'
2525
Then, create a new client and start making calls:
2626

2727
```java
28-
LuckPermsClient client = LuckPermsClient.builder()
28+
LuckPermsRestClient client = LuckPermsRestClient.builder()
2929
.baseUrl("http://localhost:8080")
3030
.apiKey("abc123")
3131
.build();

0 commit comments

Comments
 (0)