README.md

# AshStateMachine

An oban extension for `Ash.Resource`

## Installation

```elixir
def deps do
  [
    {:ash_oban, "~> 0.1.2"}
  ]
end
```

## Get Started

Check out the [getting started guide](/documentation/tutorials/get-started-with-ash-oban.md).