Skip to content

Commit b86de28

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 698bd96 commit b86de28

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

4848
#### isComplex64ndarrayLike( value )
@@ -77,7 +77,7 @@ var bool = isComplex64ndarrayLike( arr );
7777
7878
import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@esm/index.mjs';
7979
import Complex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@esm/index.mjs';
80-
import isComplex64ndarrayLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex64ndarray-like@esm/index.mjs';
80+
import isComplex64ndarrayLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex64ndarray-like@v0.2.2-esm/index.mjs';
8181
8282
var buffer = new Complex64Array( [ 0, 0, 0, 0, 0, 0, 0, 0 ] );
8383
var arr = ndarray( 'complex64', buffer, [ 2, 2 ], [ 2, 1 ], 0, 'row-major' );

0 commit comments

Comments
 (0)