Skip to content

Commit 124de72

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 2e315ec commit 124de72

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

5858
#### iterNoneBy( iterator, predicate\[, thisArg] )
@@ -139,7 +139,7 @@ var n = ctx.count;
139139

140140
```javascript
141141
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@deno/mod.js';
142-
import iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@deno/mod.js';
142+
import iterNoneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@v0.2.2-deno/mod.js';
143143

144144
function threshold( r ) {
145145
return ( r >= 0.99 );

0 commit comments

Comments
 (0)