From 1709884242fdffe0ae6684987eba15499941b1a7 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Thu, 22 Oct 2020 19:27:30 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e898c70e..ae67b162 100644 --- a/readme.md +++ b/readme.md @@ -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"