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)