Skip to content

Commit ad5ecca

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 52b11af commit ad5ecca

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
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import hasArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@esm/index.mjs';
45+
import hasArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### hasArrayBufferSupport()
@@ -70,7 +70,7 @@ var bool = hasArrayBufferSupport();
7070
<body>
7171
<script type="module">
7272
73-
import hasArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@esm/index.mjs';
73+
import hasArrayBufferSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@v0.2.2-esm/index.mjs';
7474
7575
var bool = hasArrayBufferSupport();
7676
if ( bool ) {

0 commit comments

Comments
 (0)