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 empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs' ;
55
+ import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0- esm/index.mjs' ;
56
56
```
57
57
58
58
#### empty( shape\[ , options] )
@@ -137,7 +137,7 @@ var dt = arr.dtype;
137
137
<script type =" module" >
138
138
139
139
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs' ;
140
- import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs' ;
140
+ import empty from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0- esm/index.mjs' ;
141
141
142
142
// Get a list of data types:
143
143
var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments