-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with latest version
Update README.md with latest version
- Loading branch information
1 parent
e3d2323
commit bb2fec3
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -67,7 +67,7 @@ npm install @farhan7reza7/diff-ymd-package | |
##### Can include in page `using script tag` from CDN | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/index.min.js"></script> | ||
|
||
``` | ||
|
||
|
@@ -91,7 +91,7 @@ const DatesYMD = require('diff-ymd-package'); // can use any if authenticated | |
**Can include in html page `using script tag` from `CDN`** | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/index.min.js"></script> | ||
|
||
``` | ||
|
||
|