Skip to content

Commit 13e4a64

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 63f7faf commit 13e4a64

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@deno/mod.js';
66+
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-deno/mod.js';
6767
```
6868

6969
#### PHI
@@ -88,7 +88,7 @@ var bool = ( PHI === 1.618033988749895 );
8888
<!-- eslint no-undef: "error" -->
8989

9090
```javascript
91-
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@deno/mod.js';
91+
import PHI from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2-deno/mod.js';
9292

9393
console.log( PHI );
9494
// => 1.618033988749895

0 commit comments

Comments
 (0)