Skip to content

Commit 6c80d4a

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 7f414c3 commit 6c80d4a

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 iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@esm/index.mjs';
55+
import iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@v0.2.1-esm/index.mjs';
5656
```
5757

5858
#### iterNoneBy( iterator, predicate\[, thisArg] )
@@ -144,7 +144,7 @@ var n = ctx.count;
144144
<script type="module">
145145
146146
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs';
147-
import iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@esm/index.mjs';
147+
import iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@v0.2.1-esm/index.mjs';
148148
149149
function threshold( r ) {
150150
return ( r >= 0.99 );

0 commit comments

Comments
 (0)