Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b66763

Browse filesBrowse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 73745e1 commit 9b66763
Copy full SHA for 9b66763

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines 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 uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@esm/index.mjs';
45+
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@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-uniform@esm/index.mjs';
51+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@v0.2.1-esm/index.mjs';
5252
```
5353

5454
#### uniform( len, a, b\[, options] )
@@ -343,7 +343,7 @@ var sz = random.byteLength;
343343
<script type="module">
344344
345345
import logEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs';
346-
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@esm/index.mjs';
346+
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-uniform@v0.2.1-esm/index.mjs';
347347
348348
// Create a function for generating random arrays originating from the same state:
349349
var random = uniform.factory( 2.0, 5.0, {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.