From ff032bd83e7b4b7016a3fd2a574ee9f8252af150 Mon Sep 17 00:00:00 2001 From: Otto Jongerius Date: Sun, 24 Jan 2016 15:57:51 +1100 Subject: [PATCH] Values in example do not always match defaults. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa71aaa..57f16161 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ console.log(marked('I am using __markdown__.')); // Outputs:

I am using markdown.

``` -Example setting options with default values: +Example setting options: ```js var marked = require('marked');