Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 22, 2024
1 parent 1c29110 commit f5c1dde
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 isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@deno/mod.js';
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@v0.2.1-deno/mod.js';
```

#### isDomainName( value )
Expand Down Expand Up @@ -82,7 +82,7 @@ bool = isDomainName( '[email protected]' );
<!-- eslint no-undef: "error" -->

```javascript
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@deno/mod.js';
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@v0.2.1-deno/mod.js';

var bool = isDomainName( 'www.example.com' );
// returns true
Expand Down

0 comments on commit f5c1dde

Please sign in to comment.