8000 Update README.md for Deno bundle v0.2.2 · stdlib-js/array-zeros-like@21cff4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 21cff4e

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent ac48e96 commit 21cff4e

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

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

5858
#### zerosLike( x\[, dtype] )
@@ -113,7 +113,7 @@ var arr = zerosLike( x, 'int32' );
113113
```javascript
114114
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
115115
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js';
116-
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@deno/mod.js';
116+
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@v0.2.2-deno/mod.js';
117117

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

0 commit comments

Comments
 (0)
0