From a284f3a95fc4c5bd51096d03d442445eae17dc76 Mon Sep 17 00:00:00 2001 From: WangZhao Date: Mon, 10 Apr 2017 18:10:22 +0800 Subject: [PATCH] docs(README): fix options table formatting (#478) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5df883..979811f6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ new ExtractTextPlugin(options: filename | object) |Name|Type|Description| |:--:|:--:|:----------| |**`id`**|`{String}`|Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)| -|**`filename`**|`{String|Function}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`| +|**`filename`**|`{String\|Function}`|Name of the result file. May contain `[name]`, `[id]` and `[contenthash]`| |**`allChunks`**|`{Boolean}`|Extract from all additional chunks too (by default it extracts only from the initial chunk(s))| |**`disable`**|`{Boolean}`|Disables the plugin| |**`ignoreOrder`**|`{Boolean}`|Disables order check (useful for CSS Modules!), `false` by default|