Skip to content

Commit

Permalink
Add CircleCI and Codecov badges and fir typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed May 11, 2017
1 parent d7c59b4 commit 72d91b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![CircleCI](https://circleci.com/gh/dreamingechoes/giphy_ex.svg?style=svg)](https://circleci.com/gh/dreamingechoes/giphy_ex)
[![codecov](https://codecov.io/gh/dreamingechoes/giphy_ex/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamingechoes/giphy_ex)

# GiphyEx

[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://hexdocs.pm/giphy_ex/0.1.0/)
Expand All @@ -12,7 +15,7 @@ Add ``giphy_ex`` to your dependencies in your ``mix.exs``:
```elixir
defp deps do
[
{ :giphy_ex, "~> 0.1" }
{ :giphy_ex, "~> 0.1.0" }
]
end
```
Expand Down

0 comments on commit 72d91b0

Please sign in to comment.