added another example, updated readme

This commit is contained in:
Kevin Jahns
2015-12-09 18:39:09 +01:00
parent b32c2e4ed6
commit 625a64635a
11 changed files with 5130 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
<textarea style="width:80%;" rows=40 id="textfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<script src="../bower_components/yjs/y.js"></script>
<script src="./index.js"></script>
</body>