Skip to content

Commit abc8e64

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent 70a22e8 commit abc8e64

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
@@ -46,7 +46,7 @@ limitations under the License.
4646
To use in Observable,
4747

4848
```javascript
49-
constantcase = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js' )
49+
constantcase = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2-umd/browser.js' )
5050
```
5151

5252
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -58,7 +58,7 @@ var constantcase = require( 'path/to/vendor/umd/string-constantcase/index.js' )
5858
To include the bundle in a webpage,
5959

6060
```html
61-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js"></script>
61+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2-umd/browser.js"></script>
6262
```
6363

6464
If no recognized module system is present, access bundle contents via the global scope:
@@ -100,7 +100,7 @@ str = constantcase( 'foo_bar' );
100100
<!DOCTYPE html>
101101
<html lang="en">
102102
<body>
103-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js"></script>
103+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2-umd/browser.js"></script>
104104
<script type="text/javascript">
105105
(function () {
106106

0 commit comments

Comments
 (0)