From 620f476fb8d12a05de004936662c0b8fb4ce8785 Mon Sep 17 00:00:00 2001 From: Arno Dirlam Date: Fri, 15 Nov 2019 01:43:45 +0100 Subject: [PATCH] README: Remove erlang-oauth and applications entry (#33) --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b51a28..b8c1bdf 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,9 @@ _Note_: Sessions are required for this strategy. ```elixir def deps do - [{:ueberauth_twitter, "~> 0.2"}, - {:oauth, github: "tim/erlang-oauth"}] - end - ``` - -1. Add the strategy to your applications: - - ```elixir - def application do - [applications: [:ueberauth_twitter]] + [ + {:ueberauth_twitter, "~> 0.3"} + ] end ```