10000 Auto-generated commit · stdlib-js/random-array-randu@66a66e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66a66e5

Browse files
committed
Auto-generated commit
1 parent 221b9aa commit 66a66e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ limitations under the License.
4343

4444
To use in Observable,
4545

46+
```javascript
47+
randu = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@umd/browser.js' )
48+
```
49+
The previous example will load the latest bundled code from the umd branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/random-array-randu/tags). For example,
50+
4651
```javascript
4752
randu = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@v0.2.1-umd/browser.js' )
4853
```
@@ -56,7 +61,7 @@ var randu = require( 'path/to/vendor/umd/random-array-randu/index.js' )
5661
To include the bundle in a webpage,
5762

5863
```html
59-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@v0.2.1-umd/browser.js"></script>
64+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@umd/browser.js"></script>
6065
```
6166

6267
If no recognized module system is present, access bundle contents via the global scope:
@@ -252,7 +257,7 @@ var sz = randu.byteLength;
252257
<html lang="en">
253258
<body>
254259
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@umd/browser.js"></script>
255-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@v0.2.1-umd/browser.js"></script>
260+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-array-randu@umd/browser.js"></script>
256261
<script type="text/javascript">
257262
(function () {
258263

0 commit comments

Comments
 (0)
0