README.md

# Nomad

**TODO: Add description**

## Installation

  1. Add nomad to your list of dependencies in mix.exs:

        def deps do
          [{:nomad, "~> 0.0.1"}]
        end

  2. Ensure nomad is started before your application:

        def application do
          [applications: [:nomad]]
        end