From f16c857fabfeef58f56f83d5945d9c34bd362099 Mon Sep 17 00:00:00 2001 From: Nicholas Bardy Date: Wed, 14 Mar 2018 12:47:15 -0700 Subject: [PATCH] Add link to FAQ and tutorials Not sure if this belong in the readme yet because they're some draft being linked to, but I found these documentations more useful than the API Documentation. I think it's worth pointing to. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e415a48..c6d47e6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Reagent provides a way to write efficient React components using (almost) nothin * **[Detailed intro with live examples](http://reagent-project.github.io/)** * **[News](http://reagent-project.github.io/news/index.html)** * **[API Documentation](http://reagent-project.github.io/docs/master/)** + * **[Tutorials and FAQ](https://github.com/reagent-project/reagent/tree/master/docs) * **Community discussion and support channels** * **[#reagent](https://clojurians.slack.com/messages/reagent/)** channel in [Clojure Slack](http://clojurians.net/) * **[Reagent Project Mailing List](https://groups.google.com/forum/#!forum/reagent-project)**