From 9f94f8cb5028e8e769093f82b746b229cc1f7cb9 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Tue, 25 Oct 2022 16:18:46 -0300 Subject: [PATCH] README, removed applications secction --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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