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 5dd3621 commit f58b7b5
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 @@ -48,7 +48,7 @@ limitations under the License.
## Usage

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

#### isRegExpString( value )
Expand All @@ -71,7 +71,7 @@ var bool = isRegExpString( '/^beep$/' );
<!-- eslint no-undef: "error" -->

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

var bool;

Expand Down

0 comments on commit f58b7b5

Please sign in to comment.