Skip to content

Commit eadd2a3

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent b9c39cb commit eadd2a3

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 FLOAT64_MAX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max@esm/index.mjs';
45+
import FLOAT64_MAX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### FLOAT64_MAX
@@ -72,7 +72,7 @@ var bool = ( FLOAT64_MAX === 1.7976931348623157e+308 );
7272
<body>
7373
<script type="module">
7474
75-
import FLOAT64_MAX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max@esm/index.mjs';
75+
import FLOAT64_MAX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max@v0.2.2-esm/index.mjs';
7676
7777
console.log( FLOAT64_MAX );
7878
// => 1.7976931348623157e+308

0 commit comments

Comments
 (0)