Skip to content

Commit 33fd7cf

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 16bf92d commit 33fd7cf

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

5858
#### MAX_ARRAY_LENGTH
@@ -90,7 +90,7 @@ var len = MAX_ARRAY_LENGTH;
9090
<body>
9191
<script type="module">
9292
93-
import MAX_ARRAY_LENGTH from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@esm/index.mjs';
93+
import MAX_ARRAY_LENGTH from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@v0.2.2-esm/index.mjs';
9494
9595
function alloc( len ) {
9696
var arr;

0 commit comments

Comments
 (0)