diff --git a/examples/IwcJson/IwcJson.xml b/examples/IwcJson/IwcJson.xml
index 140860f4..64b1e307 100644
--- a/examples/IwcJson/IwcJson.xml
+++ b/examples/IwcJson/IwcJson.xml
@@ -9,8 +9,9 @@
-
-
+
+
+
Collaborative Json Widget
]]>
diff --git a/examples/IwcJson/README.md b/examples/IwcJson/README.md
index d58406ec..a0717738 100644
--- a/examples/IwcJson/README.md
+++ b/examples/IwcJson/README.md
@@ -5,7 +5,8 @@ First you have to include the following libraries in your widget file:
-
+
+
```
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
diff --git a/examples/IwcJson/index.js b/examples/IwcJson/index.js
index 9979bad7..7398ffb1 100644
--- a/examples/IwcJson/index.js
+++ b/examples/IwcJson/index.js
@@ -7,8 +7,9 @@
-
-
+
+
+
```
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
*/
diff --git a/examples/README.md b/examples/README.md
index 09afc936..433ad4ab 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -3,4 +3,4 @@
Here you find some (hopefully) usefull examples on how to use Yatta!
-* [IWC + Json](./IwcJson/README.md)
+* [IWC + Json](./IwcJson/)
diff --git a/package.json b/package.json
index e42559c8..18e4d836 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yatta",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
"main": "./build/node/index",
"directories": {