Merge pull request #221 from runningskull/patch-1

update readme version of react-with-addons
This commit is contained in:
Dmitri Sotnikov 2016-04-27 15:16:42 -04:00
commit 1c83ca2b46
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ To use Reagent in an existing project you add this to your dependencies in `proj
This is all you need to do if you want the standard version of React. If you want the version of React with addons, you'd use something like this instead:
[reagent "0.6.0-alpha" :exclusions [cljsjs/react]]
[cljsjs/react-with-addons "0.13.3-0"]
[cljsjs/react-with-addons "0.14.3-0"]
If you want to use your own build of React (or React from a CDN), you have to use `:exclusions` variant of the dependency, and also provide a file named "cljsjs/react.cljs", containing just `(ns cljsjs.react)`, in your project.