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 fbf9fbc commit 774b648Copy full SHA for 774b648
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
+import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2-deno/mod.js';
56
```
57
58
#### Float32Array()
@@ -1422,7 +1422,7 @@ var bool = it.next().done;
1422
1423
1424
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
1425
-import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
+import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2-deno/mod.js';
1426
1427
var arr;
1428
var i;
0 commit comments