From 223d1840cf8b78dfeb55c5b9b9f181ee08d6c837 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Tue, 4 Nov 2014 14:43:57 -0800 Subject: [PATCH] link to browserify search --- readme.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.markdown b/readme.markdown index 33fe63d57..6dbd8925d 100644 --- a/readme.markdown +++ b/readme.markdown @@ -19,6 +19,9 @@ If you're new to browserify, check out the [browserify handbook](https://github.com/substack/browserify-handbook) and the resources on [browserify.org](http://browserify.org/). +Check out [browserify search](http://browserifysearch.org/) to find +browserify-compatible packages on npm. + # example Whip up a file, `main.js` with some `require()s` in it. You can use relative