Skip to content

Commit 5ba0e16

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent e39bb7a commit 5ba0e16

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

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

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

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

0 commit comments

Comments
 (0)