README.md

# Workflows

This package implements a workflow interpreter based on the
[Amazon States Language](https://states-language.net/) specification.

## Installation

This package can be installed by adding `workflows` to your list of
dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:workflows, "~> 0.1.0"}
  ]
end
```

## License

This repo is licensed under Apache 2.0.