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@esm/index.mjs'; |
| 55 | +import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@v0.2.2-esm/index.mjs'; |
56 | 56 | ```
|
57 | 57 |
|
58 | 58 | #### zeros( length\[, dtype] )
|
@@ -113,7 +113,7 @@ var arr = zeros( 2, 'int32' );
|
113 | 113 | <script type="module">
|
114 | 114 |
|
115 | 115 | import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs';
|
116 |
| -import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@esm/index.mjs'; |
| 116 | +import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@v0.2.2-esm/index.mjs'; |
117 | 117 |
|
118 | 118 | // Get a list of array data types:
|
119 | 119 | var dt = dtypes();
|
|
You can’t perform that action at this time.
0 commit comments