Skip to content

Commit 8b24ce5

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 5e8c985 commit 8b24ce5

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

5858
#### arrayShape( arr )
@@ -104,7 +104,7 @@ var shape = arrayShape( arr );
104104
<!-- eslint no-undef: "error" -->
105105

106106
```javascript
107-
import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@deno/mod.js';
107+
import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@v0.2.2-deno/mod.js';
108108

109109
var arr = [ 1, 2, 3 ];
110110
var shape = arrayShape( arr );

0 commit comments

Comments
 (0)