From 725e57d78a498f11d8c2047516e43eda5c13f9b1 Mon Sep 17 00:00:00 2001 From: Cameron Welter Date: Thu, 6 Aug 2020 06:50:03 -0400 Subject: [PATCH] docs: add missing escape char (#280) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e197577..905e37a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ And run `webpack` via your preferred method. | **[`publicPath`](#publicpath)** | `{String\|Function}` | based on `output.publicPath` | specifies the public URL address of the output files when referenced in a browser | | **[`filename`](#filename)** | `{String\|Function}` | based on `output.filename` | The filename of entry chunks for web workers | | **[`chunkFilename`](#chunkfilename)** | `{String}` | based on `output.chunkFilename` | The filename of non-entry chunks for web workers | -| **[`inline`](#inline)** | `'no-fallback' | 'fallback'` | `undefined` | Allow to inline the worker as a `BLOB` | +| **[`inline`](#inline)** | `'no-fallback'\|'fallback'` | `undefined` | Allow to inline the worker as a `BLOB` | | **[`esModule`](#esmodule)** | `{Boolean}` | `true` | Use ES modules syntax | ### `worker`