Skip to content

Commit 308ee7f

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent e859b29 commit 308ee7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import noneByRightAsync from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs';
55+
import noneByRightAsync from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1-esm/index.mjs';
5656
```
5757

5858
You can also import the following named exports from the package:
5959

6060
```javascript
61-
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs';
61+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1-esm/index.mjs';
6262
```
6363

6464
#### noneByRightAsync( collection, \[options,] predicate, done )
@@ -354,7 +354,7 @@ The function accepts the same `options` as `noneByRightAsync()`.
354354
355355
var resolve = require( 'path' ).resolve;
356356
import readFile from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-read-file@esm/index.mjs';
357-
import noneByRightAsync from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@esm/index.mjs';
357+
import noneByRightAsync from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async-none-by-right@v0.2.1-esm/index.mjs';
358358
359359
var files = [
360360
resolve( __dirname, 'package.json' ),

0 commit comments

Comments
 (0)