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@deno/mod.js' ;
55+ import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.3.0- deno/mod.js' ;
5656```
5757
5858#### buffer( dtype, size )
@@ -97,7 +97,7 @@ var buf = buffer( 'float', 3 );
9797
9898``` javascript
9999import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js' ;
100- import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@deno/mod.js' ;
100+ import buffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.3.0- deno/mod.js' ;
101101
102102var DTYPES = dtypes ();
103103
You can’t perform that action at this time.
0 commit comments