README.md

# plug_geoip2

[![Hex.pm Version](http://img.shields.io/hexpm/v/plug_cloudflare.svg)](https://hex.pm/packages/plug_geoip2)
[![Build Status](https://gitlab.hedenstroem.com/ci/projects/7/status.png?ref=master)](https://gitlab.hedenstroem.com/ci/projects/7?ref=master)

## Setup

To use plug_geoip2 in your projects, edit your `mix.exs` file and add plug_geoip2 as a dependency:

```elixir
defp deps do
  [
    {:plug_geoip2, "~> 0.1"}
  ]
end
```