Skip to content

Commit d0c7d5d

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent d15baa7 commit d0c7d5d

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 noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@esm/index.mjs';
55+
import noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0-esm/index.mjs';
5656
```
5757

5858
#### noneBy( x, predicate\[, thisArg] )
@@ -144,7 +144,7 @@ var cnt = context.count;
144144
import bernoulli from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-bernoulli@esm/index.mjs';
145145
var isPositiveInteger = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive;
146146
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@esm/index.mjs';
147+
import noneBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0-esm/index.mjs';
148148
149149
var x = bernoulli( 10, 0.1, {
150150
'dtype': 'int8'

0 commit comments

Comments
 (0)