Skip to content

Commit c81c5ea

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent c2ba917 commit c81c5ea

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@deno/mod.js';
55+
import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### allocUnsafe( size )
@@ -90,7 +90,7 @@ var buf = allocUnsafe( 10 );
9090
<!-- eslint no-undef: "error" -->
9191

9292
```javascript
93-
import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@deno/mod.js';
93+
import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@v0.2.1-deno/mod.js';
9494

9595
var buf;
9696
var i;

0 commit comments

Comments
 (0)