From f0a2255870bbab315db2f8b45a61ba5e3e727327 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 26 Jun 2015 15:36:38 -0500 Subject: [PATCH] Tweak readme text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9e2f1..97838a4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ simplemde.value(); - **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`. - **tabSize**: If set, customize the tab size. Defaults to `2`. - **autosave**: *Saves the text that's being written. It will forget the text when the form is submitted.* - - **enabled**: If set to `true`, autosave the editor. Defaults to `false`. + - **enabled**: If set to `true`, autosave the text. Defaults to `false`. - **unique_id**: You must set a unique identifier so that SimpleMDE can autosave. Something that separates this from other textareas. - **delay**: Delay between saves, in milliseconds. Defaults to `10000` (10s).