diff options
author | anonymous | 2022-09-21 12:52:22 -0400 |
---|---|---|
committer | anonymous | 2022-09-21 12:52:22 -0400 |
commit | aefc3f8895e465efab59421c027622e50509d60a (patch) | |
tree | 33e005405290245ab575de99efecbe285d813b6b | |
parent | 28b3586fc4a1e5c1f5bd7f7865a33d6d34dfd6a2 (diff) |
anonymized
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ # Graffiti for Vanilla Javascript -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). +This is the base Javascript library that interfaces with the [Graffiti server](https://github.com/graffiti-garden/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/graffiti-garden/graffiti-x-vue). Example usage: ```javascript -import Graffiti from "https://digital-graffiti.github.io/graffiti-x-js/graffiti.js" +import Graffiti from "https://graffiti-garden.github.io/graffiti-x-js/graffiti.js" // You can initialize a connection to the graffiti server const graffiti = Graffiti() |