From eb0b76571d70992f1254699adbf84a3ab846d2ab Mon Sep 17 00:00:00 2001 From: Rodney Rehm Date: Mon, 5 Mar 2018 13:37:55 +0100 Subject: [PATCH] docs(readme): fix options table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apparently `|` in code blocks in tables need to be escaped these days… --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c9cc03..49822fde 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Allowed values are as follows |**[`cache`](#)**|`{Boolean}`|`true`|Emit the file only if it was changed| |**[`showErrors`](#)**|`{Boolean}`|`true`|Errors details will be written into the HTML page| |**[`chunks`](#)**|`{?}`|`?`|Allows you to add only some chunks (e.g only the unit-test chunk)| -|**[`chunksSortMode`](#plugins)**|`{String/|Function}`|`auto`|Allows to control how chunks should be sorted before they are included to the HTML. Allowed values are `'none' | 'auto' | 'dependency' | 'manual' | {Function}`| +|**[`chunksSortMode`](#plugins)**|`{String\|Function}`|`auto`|Allows to control how chunks should be sorted before they are included to the HTML. Allowed values are `'none' \| 'auto' \| 'dependency' \| 'manual' \| {Function}`| |**[`excludeChunks`](#)**|`{String}`|``|Allows you to skip some chunks (e.g don't add the unit-test chunk)| |**[`xhtml`](#)**|`{Boolean}`|`false`|If `true` render the `link` tags as self-closing (XHTML compliant)|