Skip to content

Commit 19f7d4b

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent b2e4cf0 commit 19f7d4b

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

5858
#### someBy( collection, n, predicate\[, thisArg ] )
@@ -175,7 +175,7 @@ var mean = context.sum / context.count;
175175

176176
```javascript
177177
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
178-
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@deno/mod.js';
178+
import someBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2-deno/mod.js';
179179

180180
function threshold( value ) {
181181
return ( value > 0.95 );

0 commit comments

Comments
 (0)