File tree 1 file changed +2
-2
lines changed 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.
52
52
## Usage
53
53
54
54
``` javascript
55
- import reverse from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@esm/index.mjs' ;
55
+ import reverse from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### reverse( x, writable )
@@ -125,7 +125,7 @@ The function accepts the following arguments:
125
125
import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs' ;
126
126
import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@esm/index.mjs' ;
127
127
import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@esm/index.mjs' ;
128
- import reverse from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@esm/index.mjs' ;
128
+ import reverse from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-reverse@v0.2.2- esm/index.mjs' ;
129
129
130
130
// Create a linear ndarray buffer:
131
131
var buf = zeroTo ( 16 );
You can’t perform that action at this time.
0 commit comments