Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored Jun 29, 2017
1 parent 7dc4682 commit ebefcd5
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 @@ -549,7 +549,7 @@ import ReactQuill, { Quill, Mixin, Toolbar } from 'react-quill'
: An object with custom CSS rules to apply on the editor's container. Rules should be in React's "camelCased" naming style.

`theme`
: The name of the theme to apply to the editor. Defaults to `base`.
: The name of the theme to apply to the editor. Defaults to `snow`, Quill's standard theme. Pass `null` to use the minimal core theme. See the [docs on themes](#theme) for more information on including the required stylesheets.
`bounds`
: Selector or DOM element used by Quill to constrain position of popups. Defaults to `document.body`.
Expand Down

0 comments on commit ebefcd5

Please sign in to comment.