-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
609c154
commit 511e9b2
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,14 +172,14 @@ If you prefer not to install the package and want to include the ECMAScript modu | |
project, you can use the following script tag: | ||
|
||
- CDN ( | ||
jsDelivr): [`https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.mjs`](https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.mjs) | ||
jsDelivr): [`https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.mjs`](https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.mjs) | ||
|
||
- npm: [`https://unpkg.com/[email protected].3/dist/index.mjs`](https://unpkg.com/[email protected].3/dist/index.mjs) | ||
- npm: [`https://unpkg.com/[email protected].4/dist/index.mjs`](https://unpkg.com/[email protected].4/dist/index.mjs) | ||
|
||
```html | ||
|
||
<script type="module"> | ||
import usePostalPH from 'https://unpkg.com/[email protected].3/dist/index.mjs'; | ||
import usePostalPH from 'https://unpkg.com/[email protected].4/dist/index.mjs'; | ||
const { | ||
fetchDataLists, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters