Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flxinxout authored Oct 2, 2021
1 parent 1e9e2ea commit 1744017
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 @@ -38,7 +38,7 @@ Now the last part is the `PageBook.java` inner class. Like the text builder, thi
```java
BaseComponent[] page_one = PageBook.of("My first page (very simple with only one string)").done();
// or with more details
BaseComponent[] page_one = new PageBook().with(new TextBook().withText("Click here to go to my github page").withColor().done()).done();
BaseComponent[] page_one = new PageBook().with(new TextBook().withText("Click here to go to my github page").withColor(ChatColor.BLUE).done()).done();
```
<br>

Expand Down

0 comments on commit 1744017

Please sign in to comment.