From 90a648ea88e96c5618fa73b17a08697d45d837ec Mon Sep 17 00:00:00 2001 From: eastpiger Date: Tue, 8 Mar 2016 18:38:47 +0800 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb3cb7..19a5dc1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ simplemde.value("This text will appear in the editor"); - **code** Can be set to ```` ``` ```` or `~~~`. Defaults to ```` ``` ````. - **italic** Can be set to `*` or `_`. Defaults to `*`. - **element**: The DOM element for the textarea to use. Defaults to the first textarea on the page. -- **forceFullscreen**: If set to `true`, force enter fullscreen mode when toggle side by side mode. Defaults to `false`. +- **forceFullscreen**: If set to `true`, force enter fullscreen mode when toggle side by side mode. Defaults to `true`. - **forceSync**: If set to `true`, force text changes made in SimpleMDE to be immediately stored in original textarea. Defaults to `false`. - **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar. - **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.