Skip to content

Commit 23bb8a2

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 2c4eaa0 commit 23bb8a2

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 isPlainObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@esm/index.mjs';
45+
import isPlainObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### isPlainObjectArray( value )
@@ -89,7 +89,7 @@ bool = isPlainObjectArray( [ null, {} ] );
8989
<script type="module">
9090
9191
import Number from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@esm/index.mjs';
92-
import isPlainObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@esm/index.mjs';
92+
import isPlainObjectArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@v0.2.2-esm/index.mjs';
9393
9494
var bool = isPlainObjectArray( [ { 'beep': 'boop' }, {}, {} ] );
9595
// returns true

0 commit comments

Comments
 (0)