-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple more sections out of the README #1178
Conversation
Co-authored-by: Parker Selbert <parker@sorentwo.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent 👏
use Oban, otp_app: :my_app | ||
end | ||
|
||
Could be configured with: | ||
Then, you can configure the facade with: | ||
|
||
config :my_app, Oban, repo: MyApp.Repo | ||
config :my_app, MyApp.Oban, repo: MyApp.Repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some important corrections here 🤦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hihi yep!
See #850.
(I also removed some stuff from the README that I should have removed in the previous PR, ma bad)