Skip to content

Commit ae005e7

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 17b150b commit ae005e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@esm/index.mjs';
45+
import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### first( str\[, n]\[, options] )
@@ -105,7 +105,7 @@ out = first( 'foo bar', 10 );
105105
<body>
106106
<script type="module">
107107
108-
import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@esm/index.mjs';
108+
import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@v0.2.2-esm/index.mjs';
109109
110110
var str = first( 'last man standing' );
111111
// returns 'l'

0 commit comments

Comments
 (0)