File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
5252## Usage
5353
5454``` javascript
55- import ones from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ones@esm/index.mjs' ;
55+ import ones from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ones@v0.2.0- esm/index.mjs' ;
5656```
5757
5858#### ones( length\[ , dtype] )
@@ -117,7 +117,7 @@ var arr = ones( 2, 'int32' );
117117<script type =" module" >
118118
119119import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs' ;
120- import ones from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ones@esm/index.mjs' ;
120+ import ones from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ones@v0.2.0- esm/index.mjs' ;
121121
122122// Get a list of array data types:
123123var dt = dtypes ();
You can’t perform that action at this time.
0 commit comments