Skip to content

Commit 6475f20

Browse files
committed
Auto-generated commit
1 parent 411066e commit 6475f20

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import anyBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-any-by@deno/mod.js';
56+
```
57+
The previous example will load the latest bundled code from the deno branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/array-base-any-by/tags). For example,
58+
5459
```javascript
5560
import anyBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-any-by@v0.2.2-deno/mod.js';
5661
```
@@ -146,7 +151,7 @@ var cnt = context.count;
146151
import bernoulli from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-bernoulli@deno/mod.js';
147152
var isPositiveInteger = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive;
148153
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
149-
import anyBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-any-by@v0.2.2-deno/mod.js';
154+
import anyBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-any-by@deno/mod.js';
150155
151156
var x = bernoulli( 10, 0.1, {
152157
'dtype': 'int8'

0 commit comments

Comments
 (0)