File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` 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' ;
56
56
```
57
57
58
58
#### zeros( shape\[ , options] )
@@ -128,7 +128,7 @@ var dt = arr.dtype;
128
128
129
129
``` javascript
130
130
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' ;
132
132
133
133
// Get a list of data types:
134
134
var dt = dtypes ( ' numeric' );
You can’t perform that action at this time.
0 commit comments