Skip to content

Commit

Permalink
chore(docs): Update stream handbook link (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viisheshjain05 committed Dec 19, 2022
1 parent 818bd73 commit 85896d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/README.md
Expand Up @@ -193,7 +193,7 @@ if (someCondition) {
If you're unfamiliar with streams, you will need to read up on them:
* https://github.com/substack/stream-handbook (a MUST read)
* https://www.freecodecamp.org/news/node-js-streams-everything-you-need-to-know-c9141306be93/
* https://nodejs.org/api/stream.html
Other libraries that are not file manipulating through streams but are made for use with gulp are tagged with the [gulpfriendly](https://npmjs.org/browse/keyword/gulpfriendly) keyword on npm.

0 comments on commit 85896d4

Please sign in to comment.