From fa5191865a2df968201991644d0b1c4570962b9e Mon Sep 17 00:00:00 2001 From: rwzy Date: Sun, 26 Oct 2014 17:27:08 +1100 Subject: [PATCH] README: fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98f7fb..e255b01 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ By default remarkable is configured to be similar to GFM, but with disabled HTML ### Highlight fenced blocks -To highlight content of fenced block, assing function to `highlight` option: +To highlight content of fenced block, assign function to `highlight` option: ```js var Remarkable = require('remarkable');