From 6a25a639b2db59d044d47cf41271e2791a18851a Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 22 Feb 2014 14:12:01 +0700 Subject: [PATCH] Make github.io README links more prominent --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baff3c0..8b37924 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/). -[Reagent](http://holmsand.github.io/reagent/) provides a way to write efficient -React components using (almost) nothing but plain ClojureScript functions. +Reagent provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions. + + * **[Detailed intro with live examples](http://holmsand.github.io/reagent/)** + * **[News](http://holmsand.github.io/reagent/news/index.html)** To use Reagent you add this to your dependencies in `project.clj`: