Skip to content

Commit e140411

Browse files
authored
Update readme.md (#53)
1 parent 45c4c0e commit e140411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ firstAsync {
5454

5555
Inventories are great for viewing GUI information. However, they are not designed for developing GUIs. The KSpigot
5656
Inventory GUI API provides an easy way to build inventory GUIs the way you would expect such an API to be. In addition,
57-
it offers full type safety for slots. Attention, the Slots is designed from bottom to top, so the page button will be at the bottom of GUI
57+
it offers full type safety for slots. Attention, the Slots is designed from bottom to top, so the Slots.RowOneSlotOne is the slot at bottom left.
5858

5959
```kotlin
6060
val gui = kSpigotGUI(GUIType.FIVE_BY_NINE) {

0 commit comments

Comments
 (0)