Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrsmith committed Apr 20, 2017
1 parent 654e466 commit a2f56f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# patchless
[![Build Status](https://travis-ci.org/jeremyrsmith/patchless.svg?branch=master)](https://travis-ci.org/jeremyrsmith/patchless)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.jeremyrsmith/patchless/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.github.jeremyrsmith/patchless)



**patchless** is a tiny Scala library which provides:

Expand All @@ -12,7 +16,7 @@ It uses [shapeless](https://github.com/milessabin/shapeless) to derive `Patchabl
Patchless is published to Maven Central – put this in your build.sbt:

```scala
libraryDependencies += "io.github.jeremyrsmith" %% "patchless" % "1.0.2"
libraryDependencies += "io.github.jeremyrsmith" %% "patchless" % "1.0.4"
```

## Usage
Expand Down

0 comments on commit a2f56f7

Please sign in to comment.