We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f7faf commit 13e4a64Copy full SHA for 13e4a64
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@deno/mod.js';
+import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-deno/mod.js';
67
```
68
69
#### PHI
@@ -88,7 +88,7 @@ var bool = ( PHI === 1.618033988749895 );
88
<!-- eslint no-undef: "error" -->
89
90
91
92
93
console.log( PHI );
94
// => 1.618033988749895
0 commit comments