File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ limitations under the License.
5050To 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
5656To 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
6262To 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
6868If 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
You can’t perform that action at this time.
0 commit comments