-
Notifications
You must be signed in to change notification settings - Fork 0
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
80a998e
commit 73c17be
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="jswhat version" src="https://img.shields.io/badge/version-2.0.0-red"></a> | ||
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="jswhat version" src="https://img.shields.io/badge/version-2.0.1-red"></a> | ||
<a href="https://npmjs.com/package/jswhat"><img alt="total downloads" src="https://img.shields.io/npm/dt/jswhat"></a> | ||
<br> | ||
<a href="https://github.com/apteryxxyz/jswhat/"><img alt="javascript percentage" src="https://img.shields.io/github/languages/top/apteryxxyz/jswhat"></a> | ||
|
@@ -69,7 +69,7 @@ pnpm add jswhat | |
### Browser | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/dist/index.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/index.js"></script> | ||
``` | ||
|
||
# 🍕 API | ||
|
@@ -140,7 +140,7 @@ The above method returns an array containing objects in the format of: | |
`jsWhat` works in the exact same way in the browser as in Node. | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].0/dist/index.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/index.js"></script> | ||
``` | ||
|
||
View the [Node section](#-node) for usage and options. |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<title>JSWhat Browser Example</title> | ||
|
||
<script src="../dist/index.js"></script> | ||
<!-- <script src="https://unpkg.com/[email protected].0/dist/index.js"></script> --> | ||
<!-- <script src="https://unpkg.com/[email protected].1/dist/index.js"></script> --> | ||
|
||
<script> | ||
function whatIsThis() { | ||
|
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