From 05ababa3109497c87f5d8183f4d771e0e4f8ab54 Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Fri, 12 May 2017 18:51:17 -0400 Subject: [PATCH] Add link to example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad4f27..5441263 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # sharedb-string-binding -Two-way bind json0 string operations in a ShareDB doc to an HTML text input or textarea +Two-way bind json0 string operations in a ShareDB doc to an HTML text input or textarea. + +For example usage, see the [ShareDB Textarea Example](https://github.com/share/sharedb/tree/master/examples/textarea).