We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd9192 commit d563ecfCopy full SHA for d563ecf
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs';
+import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.2.0-esm/index.mjs';
56
```
57
58
#### empty( shape\[, options] )
@@ -137,7 +137,7 @@ var dt = arr.dtype;
137
<script type="module">
138
139
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
140
141
142
// Get a list of data types:
143
var dt = dtypes();
0 commit comments