Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jul 13, 2014
1 parent 0a35d64 commit 935f899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ License
-------

- Code released under
[MIT](https://github.com/authbucket/oauth2/blob/master/LICENSE)
[MIT](https://github.com/authbucket/oauth2-bundle/blob/master/LICENSE)
- Docs released under [CC BY-NC-SA
3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/views/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ php app/console server:run</code></pre>

<h2 id="license" class="page-header">License</h2>
<ul>
<li>Code released under <a href="https://github.com/authbucket/oauth2/blob/master/LICENSE">MIT</a></li>
<li>Code released under <a href="https://github.com/authbucket/oauth2-bundle/blob/master/LICENSE">MIT</a></li>
<li>Docs released under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ security:

oauth2_debug:
pattern: ^/oauth2/debug$
oauth2_resource:
oauth2_resource:
resource_type: model
scope: [ debug ]

Expand Down

0 comments on commit 935f899

Please sign in to comment.