Skip to content

Commit

Permalink
Merge pull request #66 from sjwebdev/patch-1
Browse files Browse the repository at this point in the history
Corrected some grammar in docs.
  • Loading branch information
asm89 committed Jul 6, 2012
2 parents 8eb0129 + 46275c8 commit 83a5cad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/doc/2-configuring_resource_owners.md
Expand Up @@ -2,10 +2,10 @@ Step 2: Configuring resource owners
===================================
HWIOAuthBundle creates a dedicated service for each resource owner you want to
use in your application. These resource owners will be used in the oauth
firewall. The bundle ships several pre-configured resource owners that only
need little configuration.
firewall. The bundle ships several pre-configured resource owners that need
only a little configuration.

To make this bundle working you need to add this setting:
To make this bundle work you need to add the following to your app/config/config.yml:

``` yaml
# app/config/config.yml
Expand All @@ -14,8 +14,8 @@ hwi_oauth:
# name of the firewall in which this bundle is active, this setting MUST be set
firewall_name: secured_area

# here you will add one (or more) of configurations for resource owners
# and other setting you want to adjust in this bundle, just checkout list below!
# here you will add one (or more) configurations for resource owners
# and other settings you want to adjust in this bundle, just checkout the list below!
```

- [Facebook](2x-facebook.md)
Expand Down

0 comments on commit 83a5cad

Please sign in to comment.