Skip to content

Commit 98e2826

Browse files
committed
Update README.md for ESM bundle v0.1.1
1 parent 5f5844f commit 98e2826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@esm/index.mjs';
45+
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.1.1-esm/index.mjs';
4646
```
4747

4848
#### isArray( value )
@@ -70,7 +70,7 @@ var bool = isArray( [] );
7070
<body>
7171
<script type="module">
7272
73-
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@esm/index.mjs';
73+
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.1.1-esm/index.mjs';
7474
7575
var bool = isArray( [ 1, 2, 3, 4 ] );
7676
// returns true

0 commit comments

Comments
 (0)