README.md
# NLdoc.Spec.Validation
## Installation
The package can be installed
by adding `nldoc_spec_validation` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nldoc_spec_validation, "~> 1.0.0"}
]
end
```
Documentation is generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at <https://hexdocs.pm/nldoc_spec_validation>.