Add line break before CircleCI badge

This commit is contained in:
Mike Thompson 2016-10-26 11:08:54 +11:00 committed by GitHub
parent dd9a325616
commit dc7a2b9911
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ This will setup a new Reagent project with some reasonable defaults, see here fo
To use Reagent in an existing project you add this to your dependencies in `project.clj`:
[![Clojars Project](http://clojars.org/reagent/latest-version.svg)](http://clojars.org/reagent)
[![Clojars Project](http://clojars.org/reagent/latest-version.svg)](http://clojars.org/reagent) <br>
[![CircleCI](https://circleci.com/gh/reagent-project/reagent.svg?style=svg)](https://circleci.com/gh/reagent-project/reagent)
This is all you need to do if you want the standard version of React. If you want the version of React with addons, you'd use something like this instead: