Skip to content

Commit 9aed22b

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent 8dbb65d commit 9aed22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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-
binarynd = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@umd/browser.js' )
53+
binarynd = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-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 binarynd = require( 'path/to/vendor/umd/array-base-binarynd/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/array-base-binarynd@umd/browser.js"></script>
65+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-umd/browser.js"></script>
6666
```
6767

6868
If no recognized module system is present, access bundle contents via the global scope:

0 commit comments

Comments
 (0)