Skip to content

Commit 77ec7f5

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent f2be3c5 commit 77ec7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

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

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

0 commit comments

Comments
 (0)