Skip to content

Commit ae2abf2

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent 05508a2 commit ae2abf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

7272
If no recognized module system is present, access bundle contents via the global scope:
@@ -155,7 +155,7 @@ var z = trythen( x, y );
155155
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
156156
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-ceil@umd/browser.js"></script>
157157
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-repeat@umd/browser.js"></script>
158-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@umd/browser.js"></script>
158+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@v0.2.0-umd/browser.js"></script>
159159
<script type="text/javascript">
160160
(function () {
161161

0 commit comments

Comments
 (0)