Skip to content

Commit eee5133

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 6eac29c commit eee5133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import chisquare from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@deno/mod.js';
45+
import chisquare from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.0-deno/mod.js';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@deno/mod.js';
51+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.0-deno/mod.js';
5252
```
5353

5454
#### chisquare( len, k\[, options] )
@@ -336,7 +336,7 @@ var sz = random.byteLength;
336336

337337
```javascript
338338
import logEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@deno/mod.js';
339-
import chisquare from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@deno/mod.js';
339+
import chisquare from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-chisquare@v0.2.0-deno/mod.js';
340340

341341
// Create a function for generating random arrays originating from the same state:
342342
var random = chisquare.factory( 2.0, {

0 commit comments

Comments
 (0)