Skip to content

Commit 40570d5

Browse files
committed
chore: docs update
1 parent e059c96 commit 40570d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ try adding this to your webpack config_
143143

144144
```js
145145
new webpack.ProvidePlugin({
146-
'window.Quill': 'quill/dist/quill.js',
147-
'Quill': 'quill/dist/quill.js',
148-
}),
146+
"window.Quill": "quill/dist/quill.js",
147+
Quill: "quill/dist/quill.js"
148+
});
149149
```
150150

151151
:::

0 commit comments

Comments
 (0)