Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22ddfa5

Browse files
committed
Auto-generated commit
1 parent 48f8ff7 commit 22ddfa5

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
@@ -41,6 +41,11 @@ limitations under the License.
4141

4242
## Usage
4343

44+
```javascript
45+
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-triangular@deno/mod.js';
46+
```
47+
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/random-iter-triangular/tags). For example,
48+
4449
```javascript
4550
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/[email protected]/mod.js';
4651
```
@@ -193,7 +198,7 @@ The returned iterator protocol-compliant object has the following properties:
193198
<!-- eslint no-undef: "error" -->
194199

195200
```javascript
196-
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-triangular@v0.2.0-deno/mod.js';
201+
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-triangular@deno/mod.js';
197202

198203
var it;
199204
var r;

0 commit comments

Comments
 (0)