From 7020edadff71512f0e2117fcffcdff7da90a3359 Mon Sep 17 00:00:00 2001 From: bcbcb Date: Sun, 26 Oct 2014 23:46:54 -0700 Subject: [PATCH] Fixed typo and punctuation in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f4086..8f657be 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ md.set({ }); ``` -__Note.__ To achieve best performance, don't modify the `Remarkable` instance on -the fly. If you need several configurations - create multiple instances and +__Note:__ To achieve best performance, don't modify the `Remarkable` instance on +the fly. If you need several configurations, create multiple instances and initialise each appropriately. Remarkable provides presets to quickly manage active syntax rules and options. @@ -188,7 +188,7 @@ Links: Parser consists of several responsibilities chains, filled with rules. You can reconfigure anyone as you wish. Render also can be modified and extended. See -source code to understand details. Pay attention to this properties: +source code to understand details. Pay attention to these properties: ```js Remarkable.block