Skip to content

Commit 568b423

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 5a0663e commit 568b423

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@deno/mod.js';
45+
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.2.2-deno/mod.js';
4646
```
4747

4848
#### isArray( value )
@@ -65,7 +65,7 @@ var bool = isArray( [] );
6565
<!-- eslint no-undef: "error" -->
6666

6767
```javascript
68-
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@deno/mod.js';
68+
import isArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array@v0.2.2-deno/mod.js';
6969

7070
var bool = isArray( [ 1, 2, 3, 4 ] );
7171
// returns true

0 commit comments

Comments
 (0)