From 204ae04dbef389cfdffa4af6655fe9d24e666544 Mon Sep 17 00:00:00 2001
From: "the IT.Wolf (Jason Lin)" <22980191+ljcucc@users.noreply.github.com>
Date: Thu, 10 Mar 2022 23:53:48 +0800
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a4deb84..100ea15 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,21 @@
**p5.gui** magically generates a graphical user interface (sliders, color selector, etc) for each of your variables. Behind the scenes it uses other libraries such as Quicksettings (and in the future also DAT.GUI) to do all the hard work.
-You currently need to include both `p5.gui.js` and `quicksettings.js` in your p5.js sketch.
+You currently need to include both `p5.gui.js` and `quicksettings.js` in your p5.js sketch.
+
+You can include the library to OpenProcessing by adding these script url:
+
+```
+https://cdn.rawgit.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js
+https://cdn.rawgit.com/bit101/quicksettings/master/quicksettings.js
+```
+
+or adding these script tag to your html header or p5.js Editor's `index.html`:
+
+```html
+
+
+```
## Usage