Skip to content

Commit d792cb7

Browse files
committed
Auto-generated commit
1 parent fc224d5 commit d792cb7

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 countIf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@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-count-if/tags). For example,
58+
5459
```javascript
5560
import countIf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@v0.1.1-deno/mod.js';
5661
```
@@ -121,7 +126,7 @@ var cnt = context.count;
121126
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js';
122127
var isPositiveInteger = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive;
123128
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
124-
import countIf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@v0.1.1-deno/mod.js';
129+
import countIf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@deno/mod.js';
125130

126131
var x = discreteUniform( 10, -5, 5, {
127132
'dtype': 'int32'

0 commit comments

Comments
 (0)