Skip to content

Commit 3250a03

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 8559ef3 commit 3250a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs';
45+
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1-esm/index.mjs';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { assign } from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs';
51+
import { assign } from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1-esm/index.mjs';
5252
```
5353

5454
#### oneTo( n )
@@ -116,7 +116,7 @@ var bool = ( arr === out );
116116
import sort2hp from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gsort2hp@esm/index.mjs';
117117
import filledBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled-by@esm/index.mjs';
118118
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
119-
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs';
119+
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1-esm/index.mjs';
120120
121121
// Generate an array of random numbers:
122122
var x = filledBy( 10, randu );

0 commit comments

Comments
 (0)