Skip to content

Commit 17e5e11

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent c1c09c6 commit 17e5e11

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
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@esm/index.mjs';
45+
import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### deepEqual( a, b )
@@ -89,7 +89,7 @@ bool = deepEqual( { 'a': 2 }, { 'a': [ 2 ] } );
8989
<body>
9090
<script type="module">
9191
92-
import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@esm/index.mjs';
92+
import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@v0.2.2-esm/index.mjs';
9393
9494
var a = [ true, false, true ];
9595
var b = [ true, false, true ];

0 commit comments

Comments
 (0)