Update readme.md

This commit is contained in:
bluefireoly
2020-10-22 19:27:30 +02:00
parent 8a0a49e63d
commit 1709884242

View File

@@ -218,7 +218,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.
```kotlin
val gui = inventoryGUI(InventoryGUIType.FIVE_BY_NINE) {
val gui = kSpigotGUI(InventoryGUIType.FIVE_BY_NINE) {
title = "Example Inventory"