Skip to content

Commit

Permalink
Merge pull request #101 from danschultzer/update_deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
danschultzer authored Aug 5, 2023
2 parents c6d6e70 + bd67914 commit a61137e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Generate the migrations and schema modules:
mix ex_oauth2_provider.install
```

Add the following to `config/config.ex`:
Add the following to `config/config.exs`:

```elixir
config :my_app, ExOauth2Provider,
Expand Down
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

if Mix.env == :test do
import_config "test.exs"
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :ex_oauth2_provider, namespace: Dummy
config :ex_oauth2_provider, ExOauth2Provider,
Expand Down

0 comments on commit a61137e

Please sign in to comment.