Skip to content

Commit 3146da0

Browse files
docs: readme
1 parent 8d368b3 commit 3146da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ It renders an quilljs html string as you would expect it without createing a qui
229229
### Script tag
230230

231231
- [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
233233
- Then you can use the element anywhere in your template, JSX, html etc
234234

235235
### Node Modules
236236

237237
- 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
239239
- Then you can use the element anywhere in your template, JSX, html etc
240240

241241
### In a stencil-starter app

0 commit comments

Comments
 (0)