Skip to content

Commit

Permalink
Merge pull request #50 from sh0hei/improved-readme
Browse files Browse the repository at this point in the history
Improved README.md
  • Loading branch information
yanns authored Jan 10, 2021
2 parents 48a57b5 + 99ebb3c commit aba2a57
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[Sangria](http://sangria-graphql.org/) [circe](http://circe.io) marshalling.

![Continuous Integration](https://github.com/sangria-graphql/sangria-circe/workflows/Continuous%20Integration/badge.svg) [![Build Status](https://travis-ci.org/sangria-graphql/sangria-circe.svg?branch=master)](https://travis-ci.org/sangria-graphql/sangria-circe) [![Coverage Status](http://coveralls.io/repos/sangria-graphql/sangria-circe/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql/sangria-circe?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.11) [![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/sangria-graphql/sangria](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sangria-graphql/sangria?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
![Continuous Integration](https://github.com/sangria-graphql/sangria-circe/workflows/Continuous%20Integration/badge.svg)
[![Build Status](https://travis-ci.org/sangria-graphql/sangria-circe.svg?branch=master)](https://travis-ci.org/sangria-graphql/sangria-circe)
[![Coverage Status](http://coveralls.io/repos/sangria-graphql/sangria-circe/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql/sangria-circe?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-circe_2.12)
[![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Join the chat at https://gitter.im/sangria-graphql/sangria](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sangria-graphql/sangria?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "1.2.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "<last version>"
```

## License
Expand Down

0 comments on commit aba2a57

Please sign in to comment.