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