Skip to content

Commit e74d5c3

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 8133144 commit e74d5c3

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 randomStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@deno/mod.js';
45+
import randomStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@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, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@deno/mod.js';
51+
import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@v0.2.0-deno/mod.js';
5252
```
5353

5454
<a name="random-stream"></a>
@@ -452,7 +452,7 @@ function onState( state ) {
452452

453453
```javascript
454454
import inspectStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-inspect-sink@deno/mod.js';
455-
import randomStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@deno/mod.js';
455+
import randomStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-streams-binomial@v0.2.0-deno/mod.js';
456456

457457
function log( v ) {
458458
console.log( v.toString() );

0 commit comments

Comments
 (0)