File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ limitations under the License.
4848## Usage
4949
5050``` javascript
51- import expandContractions from ' https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@esm/index.mjs' ;
51+ import expandContractions from ' https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@v0.2.2- esm/index.mjs' ;
5252```
5353
5454#### expandContractions( str )
@@ -87,7 +87,7 @@ var out = expandContractions( str );
8787<body >
8888<script type =" module" >
8989
90- import expandContractions from ' https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@esm/index.mjs' ;
90+ import expandContractions from ' https://cdn.jsdelivr.net/gh/stdlib-js/nlp-expand-contractions@v0.2.2- esm/index.mjs' ;
9191
9292var str = ' I won\' t be able to, sorry.' ;
9393var out = expandContractions ( str );
You can’t perform that action at this time.
0 commit comments