aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index afb2a74..f94e14b 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,6 @@
Minecraft GUIs without spending forever painstakingly aligning things to the background image.
Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly like any modern
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. \ No newline at end of file
+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.