Skip to content

Commit 17823cc

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 27b8b09 commit 17823cc

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
@@ -63,7 +63,7 @@ The [golden ratio][phi] can be defined algebraically as
6363
## Usage
6464

6565
```javascript
66-
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@esm/index.mjs';
66+
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-esm/index.mjs';
6767
```
6868

6969
#### PHI
@@ -93,7 +93,7 @@ var bool = ( PHI === 1.618033988749895 );
9393
<body>
9494
<script type="module">
9595
96-
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@esm/index.mjs';
96+
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-esm/index.mjs';
9797
9898
console.log( PHI );
9999
// => 1.618033988749895

0 commit comments

Comments
 (0)