summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheia Henderson2022-09-14 15:13:52 -0400
committerGitHub2022-09-14 15:13:52 -0400
commit46b50f6d6df8075501f7dce561909f447d513818 (patch)
tree8152b0d99383ddf07c9f0eb7f73a9c67b2225e7a
parentc3f16ab54bbe952a658b17558fca8115ed515ae1 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c27ffa..bf80fd5 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Graffiti for Vanilla Javascript
-This is the base Javascript library that interfaces with the [Graffiti server](https://github.com/csail-graffiti/server).
-We recommend not using this vanilla library itself but instead using framework plugins that are built on top of it like the [Graffiti plugin for Vue.JS](https://github.com/csail-graffiti/graffiti-x-vue).
+This is the base Javascript library that interfaces with the [Graffiti server](https://github.com/digital-graffiti/server).
+We recommend not using this vanilla library itself but instead using framework plugins that are built on top of it like the [Graffiti plugin for Vue.JS](https://github.com/digital-graffiti/graffiti-x-vue).
Example usage:
```javascript
-import Graffiti from "https://csail-graffiti.github.io/graffiti-x-js/graffiti.js"
+import Graffiti from "https://digital-graffiti.github.io/graffiti-x-js/graffiti.js"
// You can initialize a connection to the graffiti server
const graffiti = Graffiti()