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