Skip to content

Commit ec9d672

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent 1b5d20c commit ec9d672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@esm/index.mjs';
45+
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@v0.2.0-esm/index.mjs';
4646
```
4747

4848
#### isAnagram( str, value )
@@ -87,7 +87,7 @@ var bool = isAnagram( str, value );
8787
<body>
8888
<script type="module">
8989
90-
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@esm/index.mjs';
90+
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@v0.2.0-esm/index.mjs';
9191
9292
var bool = isAnagram( 'I am a weakish speller', 'William Shakespeare' );
9393
// returns true

0 commit comments

Comments
 (0)