Skip to content

Commit

Permalink
change cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
jarstone committed Aug 2, 2021
1 parent 934b803 commit fd38cc3
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 @@ -25,8 +25,8 @@ npm install dselect

Install from cdn
```html
<link rel="stylesheet" href="https://unpkg.com/dselect/dist/css/dselect.css">
<script src="https://unpkg.com/dselect/dist/js/dselect.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@jarstone/dselect/dist/css/dselect.css">
<script src="https://unpkg.com/@jarstone/dselect/dist/js/dselect.js"></script>
```
## Usage/Examples

Expand Down

1 comment on commit fd38cc3

@vercel
Copy link

@vercel vercel bot commented on fd38cc3 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.