10000 Update README.md for Deno bundle v0.2.1 · stdlib-js/array-buffer@56038c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56038c0

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 2e6fc58 commit 56038c0

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 ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
55+
8092 import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### ArrayBuffer( size )
@@ -202,7 +202,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/
202202
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
203203
import Uint8Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@deno/mod.js';
204204
import toBinaryString from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-uint8-base-to-binary-string@deno/mod.js';
205-
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
205+
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@v0.2.1-deno/mod.js';
206206

207207
var bytes;
208208
var buf;

0 commit comments

Comments
 (0)
0