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 2b563db commit 9908f7bCopy full SHA for 9908f7b
1 file changed
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@esm/index.mjs';
+import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@v0.2.1-esm/index.mjs';
56
```
57
58
#### zeros( len )
@@ -91,7 +91,7 @@ var out = zeros( 3 );
91
<script type="module">
92
93
var gfill = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill' ).ndarray;
94
95
96
// Create a zero-filled array:
97
var arr = zeros( 10 );
0 commit comments