Skip to content

Commit 28e0d12

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 0498ca0 commit 28e0d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import isObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@deno/mod.js';
45+
import isObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@v0.2.2-deno/mod.js';
4646
```
4747

4848
#### isObjectArray( value )
@@ -84,7 +84,7 @@ bool = isObjectArray( [ null, {} ] );
8484

8585
```javascript
8686
import Number from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@deno/mod.js';
87-
import isObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@deno/mod.js';
87+
import isObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@v0.2.2-deno/mod.js';
8888

8989
var bool = isObjectArray( [ { 'beep': 'boop' }, {}, {} ] );
9090
// returns true

0 commit comments

Comments
 (0)