aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-12 14:05:34 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-12 14:05:34 +0100
commit47fd6779f245f295129932362e336cdcf607233a (patch)
tree668a9cc335b36e878360055efef81fa5cdaafdc5 /README.md
parentc0685b398e7b1b8bfc488398cecf75dca7c2f015 (diff)
downloadzendex-47fd6779f245f295129932362e336cdcf607233a.tar.gz
zendex-47fd6779f245f295129932362e336cdcf607233a.tar.xz
Updating README
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
```
-