Skip to content

Commit

Permalink
corrected quoting error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
masukomi committed May 26, 2013
1 parent b93f293 commit 87f3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Here's a quick example, adding the middleware to a Rails app in `config/initiali

```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :dwolla, ENV['DWOLLA_KEY'], ENV['DWOLLA_SECRET'], :scope => 'accountinfofull|send|request, :provider_ignores_state => true'
provider :dwolla, ENV['DWOLLA_KEY'], ENV['DWOLLA_SECRET'], :scope => 'accountinfofull|send|request', :provider_ignores_state => true
end
```
The :scope param is optional.
Expand Down

0 comments on commit 87f3722

Please sign in to comment.