8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da67713 commit d8e29d4Copy full SHA for d8e29d4
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@esm/index.mjs';
+import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@v0.3.0-esm/index.mjs';
56
```
57
58
#### zeros( shape\[, options] )
@@ -133,7 +133,7 @@ var dt = arr.dtype;
133
<script type="module">
134
135
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
136
137
138
// Get a list of data types:
139
var dt = dtypes( 'numeric' );
0 commit comments