8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb2137 commit 2d09cc0Copy full SHA for 2d09cc0
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@deno/mod.js';
+import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.0-deno/mod.js';
56
```
57
58
<a name="main"></a>
@@ -222,7 +222,7 @@ var bool = ( v === buf[ 0 ] );
222
<!-- eslint no-undef: "error" -->
223
224
225
226
227
// Create a 4-dimensional array containing single-precision floating-point numbers:
228
var arr = array({
0 commit comments