From ee516a6271dc65bbd3cf3824aec3201bb16ac4a9 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 17 Oct 2014 13:13:53 +0000 Subject: [PATCH] url change --- examples/XmlExample/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-

Sample code for the console

+

Sample code for the console:

$("body").append('<div id="div_tag">some new div tag </div>');