From aa369776855c13d368af4378d683960c0a130e5d Mon Sep 17 00:00:00 2001 From: david weil Date: Wed, 19 May 2021 03:53:47 -0300 Subject: [PATCH] Updated README options : s/ignorews/ignoreaccents/ (#149) Fixed option name in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63ef8c..616f589 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ $(document).ready(function () { |fgcolor|string\|number\|object|`{a:'#4ba3fa', c:'#a3a3a3', d:'#ff7f7f', ca:'#4b73ff', cc:'#434343', cd:'#ff4f4f'}`|The foreground color that mergely marks changes with on the canvas. The value **a** is additions, **c** changes, **d** deletions, and the prefix *c* indicates current/active change (e.g. **cd** current delection).| |ignorews|boolean|`false`|Ignores white-space.| |ignorecase|boolean|`false`|Ignores case when differientiating.| -|ignorews|boolean|`false`|Ignores accented characters.| +|ignoreaccents|boolean|`false`|Ignores accented characters.| |lcs|boolean|`true`|Enables/disables LCS computation for paragraphs (word-by-word changes). Disabling can give a performance gain for large documents.| |license|string|`lgpl`|The choice of license to use with Mergely. Valid values are: `lgpl`, `gpl`, `mpl` or `lgpl-separate-notice`, `gpl-separate-notice`, `mpl-separate-notice` (the license requirements are met in a separate notice file).| |line_numbers|boolean|`true`|Enables/disables line numbers. Enabling line numbers will toggle the visibility of the line number margins.|