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.
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
198198var it;
199199var r;
You can’t perform that action at this time.
0 commit comments