README.md
# Ax
An Elixir library.
## Installation
Add `ax` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ax, "~> 0.0.0"}
]
end
```
## Documentation
Documentation can be found at <https://hexdocs.pm/ax>.
## License
Copyright 2025 Steven Holdsworth (@holsee)
Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.