Skip to content

Commit 569c3e7

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 54050c1 commit 569c3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4444
```javascript
45-
import debugStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@deno/mod.js';
45+
import debugStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@v0.2.2-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/streams-node-debug@deno/mod.js';
51+
import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@v0.2.2-deno/mod.js';
5252
```
5353

5454
<a name="debug-stream"></a>

0 commit comments

Comments
 (0)