Skip to content

Commit 8563e0a

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 5424724 commit 8563e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import incrmaxabs from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-maxabs@esm/index.mjs';
45+
import incrmaxabs from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-maxabs@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### incrmaxabs()
@@ -100,7 +100,7 @@ max = accumulator();
100100
<script type="module">
101101
102102
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
103-
import incrmaxabs from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-maxabs@esm/index.mjs';
103+
import incrmaxabs from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-maxabs@v0.2.2-esm/index.mjs';
104104
105105
var accumulator;
106106
var v;

0 commit comments

Comments
 (0)