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 buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@esm/index.mjs' ;
55+ import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.2.1- esm/index.mjs' ;
5656```
5757
5858#### buffer( dtype, size )
@@ -114,7 +114,7 @@ var buf = buffer( 'float', 3 );
114114<script type =" module" >
115115
116116import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs' ;
117- import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@esm/index.mjs' ;
117+ import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.2.1- esm/index.mjs' ;
118118
119119var DTYPES = dtypes ();
120120var buf;
You can’t perform that action at this time.
0 commit comments