From 965bc648f14330682142acf9552b820a805f2d51 Mon Sep 17 00:00:00 2001 From: Breezewish Date: Tue, 5 Jul 2016 00:08:29 +0800 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef4675..25209f1 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,8 @@ The list of actions that can be bound is the same as the list of built-in action To change the minimum height (before it starts auto-growing): ```CSS -.CodeMirror, .CodeMirror-scroll { +.cm-s-simplemde, +.cm-s-simplemde .CodeMirror-scroll { min-height: 200px; } ``` @@ -290,7 +291,7 @@ To change the minimum height (before it starts auto-growing): Or, you can keep the height static: ```CSS -.CodeMirror { +.cm-s-simplemde { height: 300px; } ```