From 82bcdbb8aaa4cf58917dc8d3fd4fcfc272512a2c Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Sat, 26 May 2012 12:36:05 +0200 Subject: [PATCH] doc: add npm search to appendix Fixes #3327. --- doc/api/appendix_1.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/appendix_1.markdown b/doc/api/appendix_1.markdown index c309b0c..9e114df 100644 --- a/doc/api/appendix_1.markdown +++ b/doc/api/appendix_1.markdown @@ -4,6 +4,8 @@ There are many third party modules for Node. At the time of writing, August 2010, the master repository of modules is [the wiki page](https://github.com/joyent/node/wiki/modules). +You can also find third party modules via [npm search](http://search.npmjs.org). + This appendix is intended as a SMALL guide to new-comers to help them quickly find what are considered to be quality modules. It is not intended to be a complete list. There may be better more complete modules found -- 2.7.4