Skip to content

Commit 67f3d03

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent f46f6f7 commit 67f3d03

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

4444
```javascript
45-
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@esm/index.mjs';
45+
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### FLOAT32_MIN_SAFE_INTEGER
@@ -73,7 +73,7 @@ var bool = ( FLOAT32_MIN_SAFE_INTEGER === -16777215 );
7373
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
7474
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs';
7575
import pow from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@esm/index.mjs';
76-
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@esm/index.mjs';
76+
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2-esm/index.mjs';
7777
7878
var min;
7979
var x;

0 commit comments

Comments
 (0)