Skip to content

Commit 4a4a220

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent e88c9f3 commit 4a4a220

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 hasBigInt64ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-bigint64array-support@deno/mod.js';
45+
import hasBigInt64ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-bigint64array-support@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### hasBigInt64ArraySupport()
@@ -65,7 +65,7 @@ var bool = hasBigInt64ArraySupport();
6565
<!-- eslint no-undef: "error" -->
6666

6767
```javascript
68-
import hasBigInt64ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-bigint64array-support@deno/mod.js';
68+
import hasBigInt64ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-bigint64array-support@v0.2.1-deno/mod.js';
6969

7070
var bool = hasBigInt64ArraySupport();
7171
if ( bool ) {

0 commit comments

Comments
 (0)