Skip to content

Commit

Permalink
Update readme.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shacha086 authored Jul 26, 2022
1 parent 45c4c0e commit e140411
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 @@ -54,7 +54,7 @@ firstAsync {

Inventories are great for viewing GUI information. However, they are not designed for developing GUIs. The KSpigot
Inventory GUI API provides an easy way to build inventory GUIs the way you would expect such an API to be. In addition,
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
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.

```kotlin
val gui = kSpigotGUI(GUIType.FIVE_BY_NINE) {
Expand Down

0 comments on commit e140411

Please sign in to comment.