File tree 1 file changed +2
-2
lines changed
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 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' ;
56
56
```
57
57
58
58
#### zerosLike( x\[ , options] )
@@ -130,7 +130,7 @@ dt = y.dtype;
130
130
``` javascript
131
131
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js' ;
132
132
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' ;
134
134
135
135
// Get a list of data types:
136
136
var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments