8000 Update README.md for UMD bundle v0.2.0 · stdlib-js/ndarray-at@eb0d6ac · GitHub
[go: up one dir, main page]

Skip to content
Sign in

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 eb0d6ac

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent f3af957 commit eb0d6ac

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
@@ -54,7 +54,7 @@ limitations under the License.
5454
To use in Observable,
5555

5656
```javascript
57-
at = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@umd/browser.js' )
57+
at = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.0-umd/browser.js' )
5858
```
5959

6060
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -66,7 +66,7 @@ var at = require( 'path/to/vendor/umd/ndarray-at/index.js' )
6666
To include the bundle in a webpage,
6767

6868
```html
69-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@umd/browser.js"></script>
69+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.0-umd/browser.js"></script>
7070
```
7171

7272
If no recognized module system is present, access bundle contents via the global scope:
@@ -166,7 +166,7 @@ The function accepts the following arguments:
166166
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-zero-to@umd/browser.js"></script>
167167
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@umd/browser.js"></script>
168168
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@umd/browser.js"></script>
169-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@umd/browser.js"></script>
169+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.0-umd/browser.js"></script>
170170
<script type="text/javascript">
171171
(function () {
172172

0 commit comments

Comments
 (0)
0