From 8491eeb198df927ff9559a788afd1ef879b5d6fa Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Fri, 10 Jan 2014 14:51:27 +0100 Subject: [PATCH] Add link to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caea57b..3bfde08 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Cloact -A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/). +A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to +[React](http://facebook.github.io/react/). -Cloact provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions. +[Cloact](http://holmsand.github.io/cloact/) provides a way to write efficient +React components using (almost) nothing but plain ClojureScript functions. To use Cloact you add this to your dependencies in `project.clj`: