Skip to content

Commit df43613

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent a666240 commit df43613

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
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

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

4848
#### indexOf( arr, searchElement\[, fromIndex] )
@@ -177,7 +177,7 @@ var idx = indexOf( str, 'o' );
177177
<body>
178178
<script type="module">
179179
180-
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@esm/index.mjs';
180+
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@v0.2.2-esm/index.mjs';
181181
182182
var arr;
183183
var obj;

0 commit comments

Comments
 (0)