Skip to content

Commit c312e36

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent a347db1 commit c312e36

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@esm/index.mjs';
55+
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### someBy( collection, n, predicate\[, thisArg ] )
@@ -180,7 +180,7 @@ var mean = context.sum / context.count;
180180
<script type="module">
181181

182182
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
183-
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@esm/index.mjs';
183+
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2-esm/index.mjs';
184184

185185
function threshold( value ) {
186186
return ( value > 0.95 );

0 commit comments

Comments
 (0)