Skip to content

Commit 7b41751

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent d441857 commit 7b41751

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 zeros3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros3d@esm/index.mjs';
55+
import zeros3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros3d@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### zeros3d( shape )
@@ -90,7 +90,7 @@ var out = zeros3d( [ 1, 2, 3 ] );
9090
<body>
9191
<script type="module">
9292
93-
import zeros3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros3d@esm/index.mjs';
93+
import zeros3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros3d@v0.2.2-esm/index.mjs';
9494
9595
var out = zeros3d( [ 1, 1, 3 ] );
9696
// returns [ [ [ 0.0, 0.0, 0.0 ] ] ]

0 commit comments

Comments
 (0)