README.md

# PhoenixRouteValidator

Detect conflicting routes defined in a Phoenix project.

## Installation

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

```elixir
def deps do
  [
    {:phoenix_routes_validator, "~> 0.1.0"}
  ]
end
```

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

## Package URL
https://hex.pm/packages/phoenix_route_validator/0.1.0