Merge pull request #21 from ptaoussanis/master

Make github.io README links more prominent
This commit is contained in:
Dan Holmsand 2014-02-22 08:39:33 +01:00
commit 7236b99cd9
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`: