We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ad6d0 commit 29d3f7dCopy full SHA for 29d3f7d
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
+import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.1-esm/index.mjs';
56
```
57
58
<a name="main"></a>
@@ -227,7 +227,7 @@ var bool = ( v === buf[ 0 ] );
227
<body>
228
<script type="module">
229
230
231
232
// Create a 4-dimensional array containing single-precision floating-point numbers:
233
var arr = array({
0 commit comments