10000 Update README.md for Deno bundle v0.3.0 · stdlib-js/ndarray-zeros@46351b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46351b4

Browse files
committed
Update README.md for Deno bundle v0.3.0
1 parent 66baae0 commit 46351b4

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

5858
#### zeros( shape\[, options] )
@@ -128,7 +128,7 @@ var dt = arr.dtype;
128128

129129
```javascript
130130
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
131-
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.js';
131+
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@v0.3.0-deno/mod.js';
132132

133133
// Get a list of data types:
134134
var dt = dtypes( 'numeric' );

0 commit comments

Comments
 (0)
0