Skip to content

Commit 3fc1476

Browse files
committed
Update README.md for UMD bundle v0.2.1
1 parent 505791f commit 3fc1476

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
@@ -50,7 +50,7 @@ limitations under the License.
5050
To use in Observable,
5151

5252
```javascript
53-
isAbsolutePath = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@umd/browser.js' )
53+
isAbsolutePath = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.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 isAbsolutePath = require( 'path/to/vendor/umd/assert-is-absolute-path/index.
6262
To include the bundle in a webpage,
6363

6464
```html
65-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@umd/browser.js"></script>
65+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.1-umd/browser.js"></script>
6666
```
6767

6868
If no recognized module system is present, access bundle contents via the global scope:
@@ -140,7 +140,7 @@ bool = isAbsolutePath.win32( 'foo\\bar\\baz' );
140140
<!DOCTYPE html>
141141
<html lang="en">
142142
<body>
143-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@umd/browser.js"></script>
143+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.1-umd/browser.js"></script>
144144
<script type="text/javascript">
145145
(function () {
146146

0 commit comments

Comments
 (0)