Skip to content

Commit 6089dae

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 04b0677 commit 6089dae

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

5858
#### zeros( length\[, dtype] )
@@ -108,7 +108,7 @@ var arr = zeros( 2, 'int32' );
108108

109109
```javascript
110110
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
111-
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js';
111+
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@v0.2.0-deno/mod.js';
112112

113113
// Get a list of array data types:
114114
var dt = dtypes();

0 commit comments

Comments
 (0)