Skip to content

Commit f1c2369

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 29f8622 commit f1c2369

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

5858
#### forEach( collection, fcn\[, thisArg ] )
@@ -194,7 +194,7 @@ var mean = context.sum / context.count;
194194

195195
```javascript
196196
var isEven = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-even' ).isPrimitive;
197-
import forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@deno/mod.js';
197+
import forEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.2-deno/mod.js';
198198

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

0 commit comments

Comments
 (0)