Commit b157647d by Simon

UPDATE README

parent 96c58ede
...@@ -23,8 +23,7 @@ app.js ...@@ -23,8 +23,7 @@ app.js
$( document ).ready(function() { $( document ).ready(function() {
$('.doodle').Doodle({ $('.doodle').Doodle({
editMode: false, editMode: false,
output: '#inputVal', inputSelector: '#inputVal'
input: '#inputVal'
}); });
}); });
``` ```
...@@ -44,8 +43,7 @@ app.js ...@@ -44,8 +43,7 @@ app.js
$( document ).ready(function() { $( document ).ready(function() {
$('.doodle').Doodle({ $('.doodle').Doodle({
editMode: true, editMode: true,
output: '#inputVal', inputSelector: '#inputVal'
input: '#inputVal'
}); });
}); });
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment