We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b8b09 commit 17823ccCopy full SHA for 17823cc
README.md
@@ -63,7 +63,7 @@ The [golden ratio][phi] can be defined algebraically as
63
## Usage
64
65
```javascript
66
-import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@esm/index.mjs';
+import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-esm/index.mjs';
67
```
68
69
#### PHI
@@ -93,7 +93,7 @@ var bool = ( PHI === 1.618033988749895 );
93
<body>
94
<script type="module">
95
96
97
98
console.log( PHI );
99
// => 1.618033988749895
0 commit comments