Skip to content

Commit fe94737

Browse files
committed
Update README.md for UMD bundle v0.1.1
1 parent 9270ea9 commit fe94737

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ limitations under the License.
5050
To use in Observable,
5151

5252
```javascript
53-
map = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js' )
53+
map = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1-umd/browser.js' )
5454
```
5555

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

6464
```html
65-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js"></script>
65+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1-umd/browser.js"></script>
6666
```
6767

6868
If no recognized module system is present, access bundle contents via the global scope:
@@ -239,7 +239,7 @@ The callback function is provided the following arguments:
239239
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@umd/browser.js"></script>
240240
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@umd/browser.js"></script>
241241
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@umd/browser.js"></script>
242-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js"></script>
242+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1-umd/browser.js"></script>
243243
<script type="text/javascript">
244244
(function () {
245245

0 commit comments

Comments
 (0)