Skip to content

Commit e940f5f

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 4f61cf8 commit e940f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<!-- eslint-disable id-length -->
4545

4646
```javascript
47-
import hasSharedArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@esm/index.mjs';
47+
import hasSharedArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@v0.2.1-esm/index.mjs';
4848
```
4949

5050
#### hasSharedArrayBufferSupport()
@@ -76,7 +76,7 @@ var bool = hasSharedArrayBufferSupport();
7676
<body>
7777
<script type="module">
7878
79-
import hasSharedArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@esm/index.mjs';
79+
import hasSharedArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@v0.2.1-esm/index.mjs';
8080
8181
var bool = hasSharedArrayBufferSupport();
8282
if ( bool ) {

0 commit comments

Comments
 (0)