aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2279d48..149b9a8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
# Zendex
-
[![Build Status](https://travis-ci.org/shdblowers/zendex.svg?branch=master)](https://travis-ci.org/shdblowers/zendex)
[![Coverage Status](https://coveralls.io/repos/github/shdblowers/zendex/badge.svg?branch=master)](https://coveralls.io/github/shdblowers/zendex?branch=master)
[![Hex pm](http://img.shields.io/hexpm/v/zendex.svg?style=flat)](https://hex.pm/packages/zendex)
@@ -9,13 +8,11 @@ An Elixir wrapper for the Zendesk API.
## Installation
-If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
-
1. Add `zendex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
- [{:zendex, "~> 0.1.0"}]
+ [{:zendex, "~> 0.4.1"}]
end
```
@@ -26,4 +23,3 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
[applications: [:zendex]]
end
```
-