Skip to content

Commit 8657693

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 02820d9 commit 8657693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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/ndarray-zeros-like@deno/mod.js';
55+
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros-like@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### zerosLike( x\[, options] )
@@ -130,7 +130,7 @@ dt = y.dtype;
130130
```javascript
131131
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
132132
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.js';
133-
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros-like@deno/mod.js';
133+
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros-like@v0.2.1-deno/mod.js';
134134

135135
// Get a list of data types:
136136
var dt = dtypes();

0 commit comments

Comments
 (0)