Skip to content

Commit 4b96c69

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 4666313 commit 4b96c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import exponential from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@deno/mod.js';
45+
import exponential from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@v0.2.0-deno/mod.js';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@deno/mod.js';
51+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@v0.2.0-deno/mod.js';
5252
```
5353

5454
#### exponential( lambda )
@@ -382,7 +382,7 @@ var o = rand.toJSON();
382382
<!-- eslint no-undef: "error" -->
383383

384384
```javascript
385-
import exponential from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@deno/mod.js';
385+
import exponential from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-exponential@v0.2.0-deno/mod.js';
386386

387387
var seed;
388388
var rand;

0 commit comments

Comments
 (0)