summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheia2023-02-03 13:11:01 -0500
committertheia2023-02-03 13:11:01 -0500
commite7b3ab608533d137a2d244342b651841ba7af506 (patch)
tree88c2ec477391c7b8c3b08244b9f1753480173a22
parent9f3ef64f0e12db565fa145721de6b98ed104ada8 (diff)
Added lib
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9aa4eb4..199b871 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Graffiti Javascript Library
-This is the base Javascript library that interfaces with the [Graffiti server](https://github.com/graffiti-garden/graffiti-server). It also includes a plugin that extends it to operate with the [Vue.js framework](https://vuejs.org/).
+This library enables any webpage to interface with the [Graffiti server](https://github.com/graffiti-garden/graffiti-server). It also includes a plugin that extends it to operate with the [Vue.js framework](https://vuejs.org/).
Check out the live [demo](https://graffiti.garden/graffiti-js/demo) of the library and plugin in action. The demo's source code is in the `/demo` folder.