Skip to content

Commit 1e3bc29

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 62ddd7d commit 1e3bc29

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@deno/mod.js';
45+
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.2-deno/mod.js';
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@deno/mod.js';
51+
import { assign } from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.2-deno/mod.js';
5252
```
5353

5454
#### oneTo( n )
@@ -111,7 +111,7 @@ var bool = ( arr === out );
111111
import sort2hp from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gsort2hp@deno/mod.js';
112112
import filledBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled-by@deno/mod.js';
113113
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
114-
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@deno/mod.js';
114+
import oneTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.2-deno/mod.js';
115115

116116
// Generate an array of random numbers:
117117
var x = filledBy( 10, randu );

0 commit comments

Comments
 (0)