Skip to content

Commit d46d932

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent 58b06c1 commit d46d932

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-
stride = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-stride@umd/browser.js' )
57+
stride = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-stride@v0.2.2-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 stride = require( 'path/to/vendor/umd/ndarray-stride/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-stride@umd/browser.js"></script>
69+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-stride@v0.2.2-umd/browser.js"></script>
7070
```
7171

7272
If no recognized module system is present, access bundle contents via the global scope:
@@ -133,7 +133,7 @@ The function accepts the following arguments:
133133
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@umd/browser.js"></script>
134134
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@umd/browser.js"></script>
135135
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@umd/browser.js"></script>
136-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-stride@umd/browser.js"></script>
136+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-stride@v0.2.2-umd/browser.js"></script>
137137
<script type="text/javascript">
138138
(function () {
139139

0 commit comments

Comments
 (0)