8000 Update README.md for ESM bundle v0.2.1 · stdlib-js/utils-reduce@f1abb65 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1abb65

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent c2d7526 commit f1abb65

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

5858
#### reduce( arr, initial, reducer\[, thisArg ] )
@@ -190,7 +190,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
190190
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs';
191191
import add from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@esm/index.mjs';
192192
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
193-
import reduce from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@esm/index.mjs';
193+
import reduce from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@v0.2.1-esm/index.mjs';
194194

195195
function fill( i ) {
196196
var rand = discreteUniform( -10*(i+1), 10*(i+1) );

0 commit comments

Comments
 (0)
0