Skip to content

Commit 78d684a

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent c548f05 commit 78d684a

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 forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@esm/index.mjs';
55+
import forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.1-esm/index.mjs';
5656
```
5757

5858
#### forEach( collection, fcn\[, thisArg ] )
@@ -199,7 +199,7 @@ var mean = context.sum / context.count;
199199
<script type="module">
200200

201201
var isEven = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-even' ).isPrimitive;
202-
import forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@esm/index.mjs';
202+
import forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.1-esm/index.mjs';
203203

204204
function log( value, index, collection ) {
205205
console.log( '%s: %d', index, value );

0 commit comments

Comments
 (0)