From ebefcd58110b6169e9b11a3e28fcba8b9f1a5eb1 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Jun 2017 21:06:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b02bcf..d51ebf32 100644 --- a/README.md +++ b/README.md @@ -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`.