mirror of https://github.com/status-im/reagent.git
Add line break before CircleCI badge
This commit is contained in:
parent
dd9a325616
commit
dc7a2b9911
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue