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 eaaf069 commit 369d4f3Copy full SHA for 369d4f3
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/array-base-zeros@deno/mod.js';
+import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@v0.2.2-deno/mod.js';
56
```
57
58
#### zeros( len )
@@ -86,7 +86,7 @@ var out = zeros( 3 );
86
87
88
var gfill = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill' ).ndarray;
89
90
91
// Create a zero-filled array:
92
var arr = zeros( 10 );
0 commit comments