8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7f507 commit 874cf66Copy full SHA for 874cf66
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
+import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2-deno/mod.js';
56
```
57
58
#### Float64Array()
@@ -1414,7 +1414,7 @@ var bool = it.next().done;
1414
1415
1416
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
1417
-import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
+import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2-deno/mod.js';
1418
1419
var arr;
1420
var i;
0 commit comments