Correct typo in README example
/bower_components -> ./bower_components
This commit is contained in:
parent
f6b4819ae3
commit
591df5c00a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user