README.md

# GoCD

A GoCD client library for Elixir.

## Installation

The package can be installed
by adding `gocd` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:gocd, "~> 0.0.2"}
  ]
end
```

The docs can be found at [https://hexdocs.pm/gocd](https://hexdocs.pm/gocd).