Skip to content

Commit 3269eb8

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent e3f1766 commit 3269eb8

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-
expandContractions = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@umd/browser.js' )
53+
expandContractions = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@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 expandContractions = require( 'path/to/vendor/umd/nlp-expand-contractions/in
6262
To include the bundle in a webpage,
6363

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

6868
If no recognized module system is present, access bundle contents via the global scope:
@@ -109,7 +109,7 @@ var out = expandContractions( str );
109109
<!DOCTYPE html>
110110
<html lang="en">
111111
<body>
112-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@umd/browser.js"></script>
112+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@v0.2.2-umd/browser.js"></script>
113113
<script type="text/javascript">
114114
(function () {
115115

0 commit comments

Comments
 (0)