Skip to content

Commit

Permalink
Update CDN URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jan 19, 2024
1 parent 66bbd9b commit 6002df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Available on [jsdelivr](https://www.jsdelivr.com/package/npm/mergician) (below),
```javascript
// ES module @ latest v2.x.x
import { mergician } from 'https://cdn.jsdelivr.net/npm/mergician@2/dist/mergician.esm.min.js';
import { mergician } from 'https://cdn.jsdelivr.net/npm/mergician@2';
```

## Usage & Options
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Available on [jsdelivr](https://www.jsdelivr.com/package/npm/mergician) (below),

```javascript
// ES module @ latest v2.x.x
import { mergician } from 'https://cdn.jsdelivr.net/npm/mergician@2/dist/mergician.esm.min.js';
import { mergician } from 'https://cdn.jsdelivr.net/npm/mergician@2';
```

## Usage
Expand Down

0 comments on commit 6002df8

Please sign in to comment.