Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,14 @@ added to `Logger`.

## Installation

1. Add `gen_state_machine` to your list of dependencies in `mix.exs`:
Add `gen_state_machine` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:gen_state_machine, "~> 3.0"}]
end
```

2. Ensure `gen_state_machine` is added to your applications:

```elixir
def application do
[applications: [:gen_state_machine]]
end
```

## Special Thanks

I would like to give special thanks to @fishcakez and @michalmuskala, who both
Expand Down