Remove recursive link

There was a link in the README.md that indicated the reagent repo had moved, but the link pointed back to this exact project. Removed it.
This commit is contained in:
Marc-Olivier Fiset 2015-03-01 21:13:54 -05:00
parent 19a384443f
commit b1d009fbf9
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/).
The main repository for Reagent is now located [here](https://github.com/reagent-project/reagent).
Reagent provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions.
* **[Detailed intro with live examples](http://reagent-project.github.io/)**