Skip to content

Commit 5b09b8b

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 41b1425 commit 5b09b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
9292
var str = 'I won\'t be able to, sorry.';
9393
var out = expandContractions( str );

0 commit comments

Comments
 (0)