8000 Auto-generated commit · stdlib-js/array-base-accessor@b8e7fba · GitHub
[go: up one dir, main page]

Skip to content

Commit b8e7fba

Browse files
committed
Auto-generated commit
1 parent c3d9bc1 commit b8e7fba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import AccessorArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-accessor@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-base-accessor/tags). For example,
58+
5459
```javascript
5560
import AccessorArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-accessor@v0.2.1-deno/mod.js';
5661
```
@@ -165,7 +170,7 @@ v = arr.get( 4 );
165170
<!-- eslint no-undef: "error" -->
166171

167172
```javascript
168-
import AccessorArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-accessor@v0.2.1-deno/mod.js';
173+
import AccessorArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-accessor@deno/mod.js';
169174

170175
// Define a class for creating a minimal sparse array-like object...
171176
function SparseArray( len, values ) {

0 commit comments

Comments
 (0)
0