Skip to content

Commit c040fcf

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 62b33f4 commit c040fcf

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

4848
#### isCircularArray( value )
@@ -75,7 +75,7 @@ bool = isCircularArray( arr );
7575
<!-- eslint no-undef: "error" -->
7676

7777
```javascript
78-
import isCircularArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@deno/mod.js';
78+
import isCircularArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@v0.2.2-deno/mod.js';
7979

8080
var arr = [ 1, 2, 3 ];
8181
arr.push( arr );

0 commit comments

Comments
 (0)