diff --git a/readme.md b/readme.md index 5dda7db..c17e197 100644 --- a/readme.md +++ b/readme.md @@ -523,6 +523,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify. +- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. ### Discovery