File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` 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' ;
46
46
```
47
47
48
48
#### isAnagram( str, value )
@@ -82,7 +82,7 @@ var bool = isAnagram( str, value );
82
82
<!-- eslint no-undef: "error" -->
83
83
84
84
``` 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' ;
86
86
87
87
var bool = isAnagram ( ' I am a weakish speller' , ' William Shakespeare' );
88
88
// returns true
You can’t perform that action at this time.
0 commit comments