Skip to content

Commit 039b1ce

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent eafe200 commit 039b1ce

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

5858
#### arrayShape( arr )
@@ -109,7 +109,7 @@ var shape = arrayShape( arr );
109109
<body>
110110
<script type="module">
111111
112-
import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@esm/index.mjs';
112+
import arrayShape from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-shape@v0.2.1-esm/index.mjs';
113113
114114
var arr = [ 1, 2, 3 ];
115115
var shape = arrayShape( arr );

0 commit comments

Comments
 (0)