Skip to content

Commit c01ebf1

Browse files
committed
Auto-generated commit
1 parent 863019d commit c01ebf1

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
@@ -53,6 +53,11 @@ limitations under the License.
5353

5454
To use in Observable,
5555

56+
```javascript
57+
reverse = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@umd/browser.js' )
58+
```
59+
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/ndarray-base-reverse/tags). For example,
60+
5661
```javascript
5762
reverse = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@v0.2.2-umd/browser.js' )
5863
```
@@ -66,7 +71,7 @@ var reverse = require( 'path/to/vendor/umd/ndarray-base-reverse/index.js' )
6671
To include the bundle in a webpage,
6772

6873
```html
69-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@v0.2.2-umd/browser.js"></script>
74+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@umd/browser.js"></script>
7075
```
7176

7277
If no recognized module system is present, access bundle contents via the global scope:
@@ -147,7 +152,7 @@ The function accepts the following arguments:
147152
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@umd/browser.js"></script>
148153
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@umd/browser.js"></script>
149154
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@umd/browser.js"></script>
150-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@v0.2.2-umd/browser.js"></script>
155+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@umd/browser.js"></script>
151156
<script type="text/javascript">
152157
(function () {
153158

0 commit comments

Comments
 (0)