Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 27, 2024
1 parent 87eb00d commit c882de9
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@deno/mod.js';
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.2-deno/mod.js';
```

#### isStrictEqual( a, b )
Expand Down Expand Up @@ -89,7 +89,7 @@ bool = isStrictEqual( -0.0, -0.0 );
<!-- eslint no-undef: "error" -->

```javascript
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@deno/mod.js';
import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.2-deno/mod.js';

var bool = isStrictEqual( true, true );
// returns true
Expand Down

0 comments on commit c882de9

Please sign in to comment.