Skip to content

Commit 97e162c

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 5b9bce6 commit 97e162c

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@deno/mod.js';
55+
import onesnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-onesnd@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### onesnd( shape )
@@ -85,7 +85,7 @@ var out = onesnd( [ 2, 3 ] );
8585
<!-- eslint no-undef: "error" -->
8686

8787
```javascript
88-
import onesnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-onesnd@deno/mod.js';
88+
import onesnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-onesnd@v0.2.1-deno/mod.js';
8989

9090
var out = onesnd( [ 1, 3 ] );
9191
// returns [ [ 1.0, 1.0, 1.0 ] ]

0 commit comments

Comments
 (0)