Correct typo in README example

/bower_components -> ./bower_components
This commit is contained in:
Michael Noronha 2019-02-23 17:30:05 -06:00 committed by GitHub
parent f6b4819ae3
commit 591df5c00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}