Skip to content

Commit

Permalink
Update make-stream-from-buffer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-voronin committed Apr 9, 2015
1 parent 4d35560 commit bc1b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/make-stream-from-buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You should get:
```sh
└── output
├── version.1.complete.js # lib1.js + lib2.js + version.1.js
└── version.2.complete.js # lib1.js + lib2.js + version.1.js
└── version.2.complete.js # lib1.js + lib2.js + version.2.js
```

A simple and modular way to do this would be the following:
Expand Down

0 comments on commit bc1b25e

Please sign in to comment.