From f11c5f43261c8e734446a6a8e1cdc266c3efba78 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 3 Oct 2015 22:57:44 +0700 Subject: [PATCH] add article "Mastering the filesystem in Node.js" by @yoshuawuyts --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b2f3061..6d94c01 100644 --- a/readme.md +++ b/readme.md @@ -662,7 +662,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Articles - [Error Handling in Node.js](http://www.joyent.com/developers/node/design/errors) -- [Teach Yourself Node.JS in 10 Steps](http://ponyfoo.com/articles/teach-yourself-nodejs-in-10-steps) +- [Teach Yourself Node.js in 10 Steps](http://ponyfoo.com/articles/teach-yourself-nodejs-in-10-steps) +- [Mastering the filesystem in Node.js](https://medium.com/@yoshuawuyts/mastering-the-filesystem-in-node-js-4706b7cb0801) ### Newsletters