diff --git a/README.md b/README.md index 988e01056..734067339 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ editor.render(element); `options` is an object which may include the following properties: +* `modiledoc` - [object] A mobiledoc object to load and edit. * `placeholder` - [string] default text to show before a user starts typing. * `spellcheck` - [boolean] whether to enable spellcheck. Defaults to true. * `autofocus` - [boolean] When true, focuses on the editor when it is rendered.