Commit b157647d by Simon

UPDATE README

parent 96c58ede
......@@ -23,8 +23,7 @@ app.js
$( document ).ready(function() {
$('.doodle').Doodle({
editMode: false,
output: '#inputVal',
input: '#inputVal'
inputSelector: '#inputVal'
});
});
```
......@@ -44,8 +43,7 @@ app.js
$( document ).ready(function() {
$('.doodle').Doodle({
editMode: true,
output: '#inputVal',
input: '#inputVal'
inputSelector: '#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