Skip to content

Commit 0e975b8

Browse files
committed
Auto-generated commit
1 parent d0c7d5d commit 0e975b8

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 noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@esm/index.mjs';
56+
```
57+
The previous example will load the latest bundled code from the esm 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-none-by/tags). For example,
58+
5459
```javascript
5560
import noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0-esm/index.mjs';
5661
```
@@ -144,7 +149,7 @@ var cnt = context.count;
144149
import bernoulli from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-bernoulli@esm/index.mjs';
145150
var isPositiveInteger = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive;
146151
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs';
147-
import noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0-esm/index.mjs';
152+
import noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@esm/index.mjs';
148153
149154
var x = bernoulli( 10, 0.1, {
150155
'dtype': 'int8'

0 commit comments

Comments
 (0)