From 6ea027b8c09b6ad11c570a20f57121ade7687270 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 20 Aug 2014 16:29:26 +0200 Subject: [PATCH] fixed imports --- examples/PeerJs-Json/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/PeerJs-Json/README.md b/examples/PeerJs-Json/README.md index 66d8d682..0585d1f3 100644 --- a/examples/PeerJs-Json/README.md +++ b/examples/PeerJs-Json/README.md @@ -3,11 +3,9 @@ Here, I will give a short overview on how to enable collaborative json with the [PeerJs](http://peerjs.com/) Connector and the JsonYatta Framework. First you have to include the following libraries in your html file: ``` - - - - - + + + ``` A working widget implementation is [IwcJson.xml](./IwcJson.xml) and the js-file is [index.js](./index.js)