Skip to content

Commit

Permalink
docs(README): fix example (options.insertInto) (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaoster authored and michael-ciniawsky committed Jun 26, 2017
1 parent 25e8e89 commit 01ceef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
}
}
```
Expand Down

0 comments on commit 01ceef8

Please sign in to comment.