diff --git a/README.md b/README.md index ca24ed6f..0e4ffbf1 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ You can also insert the styles into a [ShadowRoot](https://developer.mozilla.org { loader: 'style-loader' options: { - insertAt: '#host::shadow>#root' + insertInto: '#host::shadow>#root' } } ```