diff --git a/README.md b/README.md index de10b79..05501ea 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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 @@ -32,14 +32,6 @@ added to `Logger`. 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