README.md
# SimpleEctoStateMachine
State machine implementation compatible with Ecto 1.x
## Installation
To install, add the following to the `mix.exs` file:
```elixir
def deps do
[{:simple_ecto_state_machine, "~> 0.1.0"}]
end
```
# SimpleEctoStateMachine
State machine implementation compatible with Ecto 1.x
## Installation
To install, add the following to the `mix.exs` file:
```elixir
def deps do
[{:simple_ecto_state_machine, "~> 0.1.0"}]
end
```