From b02d5dc61292deb2a73130dd9cc54763ec3d05b7 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 26 Jun 2015 15:35:24 -0500 Subject: [PATCH] Add text to readme code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff4f24..7d9e2f1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ simplemde.value(); - **delay**: Delay between saves, in milliseconds. Defaults to `10000` (10s). ```JavaScript -new SimpleMDE({ +var simplemde = new SimpleMDE({ element: document.getElementById("MyID"), status: false, status: ['lines', 'words', 'cursor'], // Optional usage