diff --git a/examples/XmlExample/index.html b/examples/XmlExample/index.html index 4f0695ba..128975ca 100644 --- a/examples/XmlExample/index.html +++ b/examples/XmlExample/index.html @@ -24,11 +24,11 @@ and PeerJs (WebRTC).
Yatta is a Framework for Real-Time collaboration on arbitrary data structures. You can find the code for this example here. -
Open this link on other clients: Drop me
. Share this link and build a peer-to-peer based network. Changes won't be recorded by any server. +Open this link on other clients: Drop me
Share this link, in order to build a peer-to-peer based network via WebRTC. Changes won't be recorded by any server.Open the console and use DOM and jQuery in order to manipulate the body-element of this website. You can see live changes on other clients.
-$("body").append('<div id="div_tag">some new div tag </div>');