Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`grande.init()` no longer seems to be an existing function. As such change the README to a working example
  • Loading branch information
mhitza committed Jan 12, 2014
1 parent c39dc4f commit 05ebb74
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 @@ -23,7 +23,7 @@ To get up and running simply...

1. Include an `<article>` with `contenteditable`
2. Include the `grande.min.js` file (in `dist/` directory) at the bottom of your `<body>`
3. Bind the events on the `document` with `grande.init()`
3. Bind the events on the `article` tags with `grande.bind(document.querySelectorAll("article"))`
4. You are set!

### Included files
Expand Down

0 comments on commit 05ebb74

Please sign in to comment.