Skip to content

Commit bc95016

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 3fe5ad3 commit bc95016

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

5858
#### zeros2d( shape )
@@ -86,7 +86,7 @@ var out = zeros2d( [ 2, 3 ] );
8686

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

9191
// Create a zero-filled array:
9292
var arr = zeros2d( [ 5, 10 ] );

0 commit comments

Comments
 (0)