Skip to content

Commit

Permalink
Merge pull request facebook#44 from kimagure/patch-1
Browse files Browse the repository at this point in the history
Link to NPMJS page in README
  • Loading branch information
fisherwebdev committed Aug 31, 2014
2 parents 0b3dd70 + 8d4df79 commit 7329d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7329d7e

Please sign in to comment.