Skip to content

Commit 369d4f3

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent eaaf069 commit 369d4f3

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

5858
#### zeros( len )
@@ -86,7 +86,7 @@ var out = zeros( 3 );
8686

8787
```javascript
8888
var gfill = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill' ).ndarray;
89-
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@deno/mod.js';
89+
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@v0.2.2-deno/mod.js';
9090

9191
// Create a zero-filled array:
9292
var arr = zeros( 10 );

0 commit comments

Comments
 (0)