Make github.io README links more prominent

This commit is contained in:
Peter Taoussanis 2014-02-22 14:12:01 +07:00
parent 7951b43aeb
commit 6a25a639b2
1 changed files with 4 additions and 2 deletions

View File

@ -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`: