Skip to content

Commit 3c88400

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 8c7c70f commit 3c88400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@esm/index.mjs';
55+
import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### zeros2d( shape )
@@ -91,7 +91,7 @@ var out = zeros2d( [ 2, 3 ] );
9191
<script type="module">
9292
9393
import gfill from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill@esm/index.mjs';
94-
import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@esm/index.mjs';
94+
import zeros2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2-esm/index.mjs';
9595
9696
// Create a zero-filled array:
9797
var arr = zeros2d( [ 5, 10 ] );

0 commit comments

Comments
 (0)