From 8d4df79db8646dc539963c1c64456338617bdb2a Mon Sep 17 00:00:00 2001 From: Justin Woo Date: Fri, 29 Aug 2014 18:08:21 -0500 Subject: [PATCH] Link to NPMJS page in README I can't be the only one who would like this... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4aa8ad68310d2..b2b3908a9559ea 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Flux is more of a pattern than a framework, and does not have any hard dependenc ## Installing Flux -Flux is available as a npm module, so you can add it to your package.json file or run `npm install flux`. The dispatcher will be available as Flux.Dispatcher. +Flux is available as a [npm module](https://www.npmjs.org/package/flux), so you can add it to your package.json file or run `npm install flux`. The dispatcher will be available as Flux.Dispatcher. ## Building Flux from a Cloned Repo