Skip to content

Commit

Permalink
Corrected config file parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Oct 24, 2016
1 parent 5f38879 commit 850a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -206,7 +206,7 @@ If those defaults don't work for you, you can also pass in your own
from lambada import Bouncer, Lambada
bouncer = Bouncer(config='foobar.yml', env_prefix='COOL_')
bouncer = Bouncer(config_file='foobar.yml', env_prefix='COOL_')
tune = Lambada(bouncer=bouncer, role=bouncer.role)
@tune.dancer
Expand Down

0 comments on commit 850a112

Please sign in to comment.