Skip to content

Commit 794fd64

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 2aee653 commit 794fd64

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

4848
#### isComplex128Array( value )
@@ -81,7 +81,7 @@ import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@de
8181
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
8282
import Complex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@deno/mod.js';
8383
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@deno/mod.js';
84-
import isComplex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@deno/mod.js';
84+
import isComplex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@v0.2.2-deno/mod.js';
8585

8686
var bool = isComplex128Array( new Complex128Array( 10 ) );
8787
// returns true

0 commit comments

Comments
 (0)