File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The [golden ratio][phi] can be defined algebraically as
65
65
To use in Observable,
66
66
67
67
``` javascript
68
- PHI = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@umd/browser.js' )
68
+ PHI = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2- umd/browser.js' )
69
69
```
70
70
71
71
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -77,7 +77,7 @@ var PHI = require( 'path/to/vendor/umd/constants-float64-phi/index.js' )
77
77
To include the bundle in a webpage,
78
78
79
79
``` html
80
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@umd/browser.js" ></script >
80
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2- umd/browser.js" ></script >
81
81
```
82
82
83
83
If no recognized module system is present, access bundle contents via the global scope:
@@ -115,7 +115,7 @@ var bool = ( PHI === 1.618033988749895 );
115
115
<!DOCTYPE html>
116
116
<html lang =" en" >
117
117
<body >
118
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@umd/browser.js" ></script >
118
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-phi@v0.2.2- umd/browser.js" ></script >
119
119
<script type =" text/javascript" >
120
120
(function () {
121
121
You can’t perform that action at this time.
0 commit comments