Skip to content

Commit

Permalink
Fix incorrect example in readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprexDE authored Oct 7, 2024
1 parent f2b9018 commit 3938f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compileOnly 'net.luckperms:rest-api-client:0.1'
Then, create a new client and start making calls:

```java
LuckPermsClient client = LuckPermsClient.builder()
LuckPermsRestClient client = LuckPermsRestClient.builder()
.baseUrl("http://localhost:8080")
.apiKey("abc123")
.build();
Expand Down

0 comments on commit 3938f6f

Please sign in to comment.