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 SharedArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-shared-buffer@deno/mod.js' ;
55+ import SharedArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-shared-buffer@v0.2.2- deno/mod.js' ;
5656```
5757
5858#### SharedArrayBuffer( size )
@@ -220,7 +220,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/
220220import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js' ;
221221import Uint8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@deno/mod.js' ;
222222import toBinaryString from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint8-base-to-binary-string@deno/mod.js' ;
223- import SharedArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-shared-buffer@deno/mod.js' ;
223+ import SharedArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-shared-buffer@v0.2.2- deno/mod.js' ;
224224
225225function main () {
226226 var bytes;
You can’t perform that action at this time.
0 commit comments