aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f94e14b..5273a92 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,9 @@ Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly
GUI system. Controls can be hung on an itemslot grid or offset from it. Panel styles, colors,
and opacity can be customized, and everything can be extended.
-> See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for getting started with LibGui.
+
+See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for setup
+
+And for code examples:
+* [Client-Only Guis](https://github.com/CottonMC/LibGui/wiki/Client-Sided-Guis)
+* [Inventory Guis](https://github.com/CottonMC/LibGui/wiki/Getting-Started-with-GUIs) \ No newline at end of file