Skip to content

Commit

Permalink
fix unpkg links in README. fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed May 2, 2024
1 parent 3ef41b9 commit 73cc3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ bundlers](https://github.com/dropzone/dropzone-examples)
Use the standalone files like this:

```html
<script src="https://unpkg.com/@deltablot/dropzone@7/dist/dropzone.min.js"></script>
<script src="https://unpkg.com/@deltablot/dropzone@7/dist/dropzone-min.js"></script>
<link
rel="stylesheet"
href="https://unpkg.com/@deltablot/dropzone@7/dist/dropzone.min.css"
href="https://unpkg.com/@deltablot/dropzone@7/dist/dropzone.css"
type="text/css"
/>

Expand Down

0 comments on commit 73cc3bc

Please sign in to comment.