Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Oct 19, 2020
1 parent 0700ecc commit ab7a3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add `:ueberauth_okta` to your list of dependencies in mix.exs:

```elixir
def deps do
[{:ueberauth_okta, "~> 0.1"}]
[{:ueberauth_okta, "~> 0.2"}]
end
```

Expand Down Expand Up @@ -41,7 +41,7 @@ config :ueberauth, Ueberauth.Strategy.Okta.OAuth,
If you haven't already, create a pipeline and setup routes for your callback handler
```elixir
pipeline :auth do
Ueberauth.plug "/auth"
plug Ueberauth
end
scope "/auth" do
pipe_through [:browser, :auth]
Expand Down

0 comments on commit ab7a3e3

Please sign in to comment.