Skip to content

Commit

Permalink
Merge dab3f2f into f5e6400
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Chung committed Apr 10, 2019
2 parents f5e6400 + dab3f2f commit eb281fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ defmodule YourApp.Application do

children = [
# This is the new line
worker(YourApp.Scheduler, [])
YourApp.Scheduler
]

opts = [strategy: :one_for_one, name: YourApp.Supervisor]
Expand Down

0 comments on commit eb281fa

Please sign in to comment.