Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 14, 2024
1 parent 43e1645 commit ab97cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.
## Usage

```javascript
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@esm/index.mjs';
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.0-esm/index.mjs';
```

#### isStrictEqual( a, b )
Expand Down Expand Up @@ -94,7 +94,7 @@ bool = isStrictEqual( -0.0, -0.0 );
<body>
<script type="module">
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@esm/index.mjs';
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.0-esm/index.mjs';
var bool = isStrictEqual( true, true );
// returns true
Expand Down

0 comments on commit ab97cd9

Please sign in to comment.