Skip to content

Commit c1e453b

Browse files
committed
Auto-generated commit
1 parent d971230 commit c1e453b

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 indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-index-of@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-index-of/tags). For example,
58+
5459
```javascript
5560
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-index-of@v0.2.2-deno/mod.js';
5661
```
@@ -136,7 +141,7 @@ idx = indexOf( x, NaN, 0, true );
136141
<!-- eslint no-undef: "error" -->
137142
138143
```javascript
139-
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-index-of@v0.2.2-deno/mod.js';
144+
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-index-of@deno/mod.js';
140145
141146
var x = [ 'foo', 'bar', 'beep', 'boop', 'foo', 'bar' ];
142147

0 commit comments

Comments
 (0)