We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b9018 commit 3938f6fCopy full SHA for 3938f6f
README.md
@@ -25,7 +25,7 @@ compileOnly 'net.luckperms:rest-api-client:0.1'
25
Then, create a new client and start making calls:
26
27
```java
28
-LuckPermsClient client = LuckPermsClient.builder()
+LuckPermsRestClient client = LuckPermsRestClient.builder()
29
.baseUrl("http://localhost:8080")
30
.apiKey("abc123")
31
.build();
0 commit comments