File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -52,7 +52,7 @@ limitations under the License.
|
52 | 52 | ## Usage
|
53 | 53 |
|
54 | 54 | ```javascript
|
55 |
| -import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js'; |
| 55 | +import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@v0.2.2-deno/mod.js'; |
56 | 56 | ```
|
57 | 57 |
|
58 | 58 | #### zeros( length\[, dtype] )
|
@@ -108,7 +108,7 @@ var arr = zeros( 2, 'int32' );
|
108 | 108 |
|
109 | 109 | ```javascript
|
110 | 110 | import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
|
111 |
| -import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js'; |
| 111 | +import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@v0.2.2-deno/mod.js'; |
112 | 112 |
|
113 | 113 | // Get a list of array data types:
|
114 | 114 | var dt = dtypes();
|
|
You can’t perform that action at this time.
0 commit comments