Skip to content

Commit b6fbd51

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent e42c8a8 commit b6fbd51

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

4848
#### isSameComplex128Array( v1, v2 )
@@ -88,7 +88,7 @@ bool = isSameComplex128Array( x, [ 1.0, 2.0 ] );
8888
<script type="module">
8989
9090
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs';
91-
import isSameComplex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-same-complex128array@esm/index.mjs';
91+
import isSameComplex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-same-complex128array@v0.2.2-esm/index.mjs';
9292
9393
var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0 ] );
9494
var y = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0 ] );

0 commit comments

Comments
 (0)