README.md
# Civo API

## Introduction
This is an Elixir library for interacting with the Civo API. Civo provide superfast, scalable cloud servers with a developer-friendly API – moulded and shaped by their community.
## Installation
this package can be installed by adding `civo` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:civo, "~> 0.1.0"}
]
end
```
## Documentation
Complete documentation is available [here](https://hexdocs.pm/civo/).