Skip to content

Commit

Permalink
Fix the example of embedding the editor to a page
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
ipeychev committed Jul 26, 2014
1 parent 06e8475 commit 1e7236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Please note that in this case there is **no need** to specify CKEDITOR_BASEPATH.

````javascript
var editor = new Y.AlloyEditor({
srcNode: '#description',
srcNode: '#editable',
toolbars: {
add: ['image', 'code'],
image: ['left', 'right'],
Expand Down

0 comments on commit 1e7236e

Please sign in to comment.