Skip to content

Commit 4288645

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent a930585 commit 4288645

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 minstd from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@esm/index.mjs';
45+
import minstd from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1-esm/index.mjs';
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-minstd-shuffle@esm/index.mjs';
51+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1-esm/index.mjs';
5252
```
5353

5454
#### minstd( len\[, options] )
@@ -256,7 +256,7 @@ var sz = minstd.byteLength;
256256
<script type="module">
257257
258258
import logEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs';
259-
import minstd from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@esm/index.mjs';
259+
import minstd from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-minstd-shuffle@v0.2.1-esm/index.mjs';
260260
261261
// Create a function for generating random arrays originating from the same state:
262262
var random = minstd.factory({

0 commit comments

Comments
 (0)