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 @@ -42,7 +42,7 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import cartesianSquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-cartesian-square@esm/index.mjs' ;
45+ import cartesianSquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-cartesian-square@v0.2.1- esm/index.mjs' ;
4646```
4747
4848#### cartesianSquare( x )
@@ -86,7 +86,7 @@ var out = cartesianSquare( [] );
8686<script type =" module" >
8787
8888import linspace from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-linspace@esm/index.mjs' ;
89- import cartesianSquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-cartesian-square@esm/index.mjs' ;
89+ import cartesianSquare from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-cartesian-square@v0.2.1- esm/index.mjs' ;
9090
9191var x = linspace ( 0 , 5 , 6 );
9292
You can’t perform that action at this time.
0 commit comments