README: Remove erlang-oauth and applications entry (#33)

This commit is contained in:
Arno Dirlam 2019-11-15 01:43:45 +01:00 committed by Sean Callan
parent f0f53d5a7a
commit 620f476fb8
1 changed files with 3 additions and 10 deletions

View File

@ -12,16 +12,9 @@ _Note_: Sessions are required for this strategy.
```elixir ```elixir
def deps do def deps do
[{:ueberauth_twitter, "~> 0.2"}, [
{:oauth, github: "tim/erlang-oauth"}] {:ueberauth_twitter, "~> 0.3"}
end ]
```
1. Add the strategy to your applications:
```elixir
def application do
[applications: [:ueberauth_twitter]]
end end
``` ```