README.md

# Distancia

Distancia is a module which provides functions that calculate distances between two points.

## Installation

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

```elixir
def deps do
  [
    { :distancia, "~> 0.1.1" }
  ]
end
```

Documentation can be found at [https://hexdocs.pm/distancia](https://hexdocs.pm/distancia).