Skip to content

Commit 02fea02

Browse files
committed
Auto-generated commit
1 parent 9e0912b commit 02fea02

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
56+
```
57+
The previous example will load the latest bundled code from the deno branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/array-buffer/tags). For example,
58+
5459
```javascript
5560
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@v0.2.2-deno/mod.js';
5661
```
@@ -202,7 +207,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/
202207
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
203208
import Uint8Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@deno/mod.js';
204209
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@v0.2.2-deno/mod.js';
210+
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
206211

207212
var bytes;
208213
var buf;

0 commit comments

Comments
 (0)