We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc6ad6 commit fda488cCopy full SHA for fda488c
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.0-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