We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b150b commit ae005e7Copy full SHA for ae005e7
1 file changed
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@esm/index.mjs';
+import first from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-first@v0.2.2-esm/index.mjs';
46
```
47
48
#### first( str\[, n]\[, options] )
@@ -105,7 +105,7 @@ out = first( 'foo bar', 10 );
105
<body>
106
<script type="module">
107
108
109
110
var str = first( 'last man standing' );
111
// returns 'l'
0 commit comments