README.md

# Aasm

**The finite state machine implementations for Elixir.**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aasm` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:aasm, "~> 0.2.0"}
  ]
end
```