From 591df5c00aec767871ceb82e8902ab503adea611 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Sat, 23 Feb 2019 17:30:05 -0600 Subject: [PATCH] Correct typo in README example /bower_components -> ./bower_components --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9057f8b..735efd67 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Here is a simple example of a shared textarea // name: 'xmpp' room: 'my-room' // clients connecting to the same room share data }, - sourceDir: '/bower_components', // location of the y-* modules (browser only) + sourceDir: './bower_components', // location of the y-* modules (browser only) share: { textarea: 'Text' // y.share.textarea is of type y-text }