We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7c70f commit 3c88400Copy full SHA for 3c88400
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@esm/index.mjs';
+import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2-esm/index.mjs';
56
```
57
58
#### zeros2d( shape )
@@ -91,7 +91,7 @@ var out = zeros2d( [ 2, 3 ] );
91
<script type="module">
92
93
import gfill from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill@esm/index.mjs';
94
95
96
// Create a zero-filled array:
97
var arr = zeros2d( [ 5, 10 ] );
0 commit comments