Skip to content

Commit

Permalink
docs(readme): update install step
Browse files Browse the repository at this point in the history
Also cleaned up the badges (removed <Paste> and space before ![Download])
  • Loading branch information
davidvuong committed May 30, 2017
1 parent 290978f commit 81f1172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# galahad

[![Build Status](https://travis-ci.org/ImageIntelligence/galahad.svg?branch=master)](https://travis-ci.org/ImageIntelligence/galahad)<Paste>
[ ![Download](https://api.bintray.com/packages/imageintelligence/maven/galahad-core/images/download.svg) ](https://bintray.com/imageintelligence/maven/galahad-core/_latestVersion)
[![Build Status](https://travis-ci.org/ImageIntelligence/galahad.svg?branch=master)](https://travis-ci.org/ImageIntelligence/galahad)
[![Download](https://api.bintray.com/packages/imageintelligence/maven/galahad-core/images/download.svg) ](https://bintray.com/imageintelligence/maven/galahad-core/_latestVersion)

A collection of utilities to help make working with Scala easier.

Expand All @@ -16,8 +16,8 @@ Available at [Bintray](https://bintray.com/imageintelligence/maven) and built at
Just add this to your build.sbt

```
"com.imageintelligence" %% "galahad-core" % "0.0.11"
"com.imageintelligence" %% "galahad-argonaut" % "0.0.11"
"com.imageintelligence" %% "galahad-core" % "1.0.0"
"com.imageintelligence" %% "galahad-argonaut" % "1.0.0"
```

### As a project to work on
Expand Down

0 comments on commit 81f1172

Please sign in to comment.