Skip to content

Commit 96cbcf7

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 422637b commit 96cbcf7

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@deno/mod.js';
45+
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### isAnagram( str, value )
@@ -82,7 +82,7 @@ var bool = isAnagram( str, value );
8282
<!-- eslint no-undef: "error" -->
8383

8484
```javascript
85-
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@deno/mod.js';
85+
import isAnagram from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-anagram@v0.2.1-deno/mod.js';
8686

8787
var bool = isAnagram( 'I am a weakish speller', 'William Shakespeare' );
8888
// returns true

0 commit comments

Comments
 (0)