Skip to content

Commit a905bcc

Browse files
committed
Added dependencies section
1 parent c86a213 commit a905bcc

File tree

1 file changed

+9
-0
lines changed
  • 06-coding-with-streams/24-merging-streams

1 file changed

+9
-0
lines changed

06-coding-with-streams/24-merging-streams/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This examples shows how to merge streams.
44

55

6+
## Dependencies
7+
8+
Install all necessary dependencies with:
9+
10+
```bash
11+
npm install
12+
```
13+
14+
615
## Run
716

817
To run the example:

0 commit comments

Comments
 (0)