From 5f97b48c423a4063ad837902337c6ae5d04a2c9f Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Fri, 10 Mar 2017 16:49:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d523d..08b63c1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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" :exclusions [cljsjs/react]] - [cljsjs/react-with-addons "15.2.1-0"] + [cljsjs/react-with-addons "15.4.0-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.