File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@deno/mod.js';
55+
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### emptyLike( x\[, dtype] )
@@ -119,7 +119,7 @@ var arr = emptyLike( x, 'int32' );
119119
```javascript
120120
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
121121
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js';
122-
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@deno/mod.js';
122+
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty-like@v0.2.1-deno/mod.js';
123123

124124
// Create a zero-filled array:
125125
var x = zeros( 4, 'complex128' );

0 commit comments

Comments
 (0)