Skip to content

Commit d37b52f

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 2829f10 commit d37b52f

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

4848
#### iterator( k\[, options] )
@@ -193,7 +193,7 @@ The returned iterator protocol-compliant object has the following properties:
193193
<!-- eslint no-undef: "error" -->
194194

195195
```javascript
196-
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-chisquare@deno/mod.js';
196+
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-chisquare@v0.2.1-deno/mod.js';
197197

198198
var it;
199199
var r;

0 commit comments

Comments
 (0)