From 79bbc47565d5546777f387109eb3f81659c56d6e Mon Sep 17 00:00:00 2001 From: Peter Conerly Date: Sat, 20 Sep 2014 14:06:33 -0700 Subject: [PATCH] Tutorial should recommend npm install flux react-dispatcher is deprecated, flux is the current package. --- docs/docs/flux-todo-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/flux-todo-list.md b/docs/docs/flux-todo-list.md index 2f3e4953144..c918be4cee9 100644 --- a/docs/docs/flux-todo-list.md +++ b/docs/docs/flux-todo-list.md @@ -57,7 +57,7 @@ The dispatcher's source code is written in [ECMAScript 6](https://github.com/luk You can get up and running with the dispatcher in a variety of ways, but perhaps the simplest is to use [Michael Jackson](https://twitter.com/mjackson)'s npm module version of the Flux project, called [react-dispatcher](https://www.npmjs.org/package/react-dispatcher): ``` -npm install react-dispatcher +npm install flux ``` Afterward, you can require the dispatcher in your project's modules like so: