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 6fb7f94 commit 4842e6f
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@esm/index.mjs';
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@v0.2.0-esm/index.mjs';
```

#### isDomainName( value )
Expand Down Expand Up @@ -87,7 +87,7 @@ bool = isDomainName( '[email protected]' );
<body>
<script type="module">
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@esm/index.mjs';
import isDomainName from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-domain-name@v0.2.0-esm/index.mjs';
var bool = isDomainName( 'www.example.com' );
// returns true
Expand Down

0 comments on commit 4842e6f

Please sign in to comment.