diff --git a/README.md b/README.md index 1fa3640..5e9646f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Configuration options can be passed to the client by adding querystring paramete * **dynamicPublicPath** - Set to `true` to use webpack `publicPath` as prefix of `path`. (We can set `__webpack_public_path__` dynamically at runtime in the entry point, see note of [output.publicPath](https://webpack.js.org/configuration/output/#output-publicpath)) * **autoConnect** - Set to `false` to use to prevent a connection being automatically opened from the client to the webpack back-end - ideal if you need to modify the options using the `setOptionsAndConnect` function * **ansiColors** - An object to customize the client overlay colors as mentioned in the [ansi-html](https://github.com/Tjatse/ansi-html/blob/99ec49e431c70af6275b3c4e00c7be34be51753c/README.md#set-colors) package. -* **overlaySyles** - An object to let you override or add new inline styles to the client overlay div. +* **overlayStyles** - An object to let you override or add new inline styles to the client overlay div. > Note: > Since the `ansiColors` and `overlaySyles` options are passed via query string, you'll need to uri encode your stringified options like below: