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