You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,13 +229,13 @@ It renders an quilljs html string as you would expect it without createing a qui
229
229
### Script tag
230
230
231
231
-[Publish to NPM](https://docs.npmjs.com/getting-started/publishing-npm-packages)
232
-
- Put a script tag similar to this `<script src='https://unpkg.com/stencil-quill/dist/quill-components.mjs'></script>` in the head of your index.html
232
+
- Put a script tag similar to this `<script src='https://unpkg.com/stencil-quill/dist/quill-components/quill-components.js'></script>` in the head of your index.html
233
233
- Then you can use the element anywhere in your template, JSX, html etc
234
234
235
235
### Node Modules
236
236
237
237
- Run `npm install stencil-quill --save`
238
-
- Put a script tag similar to this `<script src='node_modules/stencil-quill/dist/quill-components.mjs'></script>` in the head of your index.html
238
+
- Put a script tag similar to this `<script src='node_modules/stencil-quill/dist/quill-components/quill-components.js'></script>` in the head of your index.html
239
239
- Then you can use the element anywhere in your template, JSX, html etc
0 commit comments