Skip to content

Commit e96e8c4

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 1f0b764 commit e96e8c4

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
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import iteratorStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs';
45+
import iteratorStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1-esm/index.mjs';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs';
51+
import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1-esm/index.mjs';
5252
```
5353

5454
<a name="iterator-stream"></a>
@@ -235,7 +235,7 @@ This method accepts the same `options` as [`iteratorStream()`](#iterator-stream)
235235
236236
import inspectStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-inspect-sink@esm/index.mjs';
237237
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs';
238-
import iteratorStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs';
238+
import iteratorStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1-esm/index.mjs';
239239
240240
function log( v ) {
241241
console.log( v.toString() );

0 commit comments

Comments
 (0)