Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Feb 6, 2014
1 parent dea53ad commit 1be70d7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider functionali
- [Applications list](#applications-list)
- [Other customizations](#other-customizations)
- [Upgrading](#upgrading)
- [Development](#development)
- [Contributing](#contributing)
- [Development](#development)
- [Contributing](#contributing)
- [Other resources](#other-resources)
- [Wiki](#wiki)
- [Live demo](#live-demo)
- [Screencast](#screencast)
- [Client applications](#client-applications)
- [Supported ruby versions](#supported-ruby-versions)
- [Maintainers](#maintainers)
- [Contributors](#contributors)
- [License](#license)

Expand Down Expand Up @@ -263,7 +261,7 @@ The logic is the same as the `resource_owner_authenticator` block. **Note:** sin

If you want to upgrade doorkeeper to a new version, check out the [upgrading notes](https://github.com/applicake/doorkeeper/wiki/Migration-from-old-versions) and take a look at the [changelog](https://github.com/applicake/doorkeeper/blob/master/CHANGELOG.md).

### Development
## Development

To run the local engine server:

Expand All @@ -280,7 +278,7 @@ rails=3.2.8 orm=active_record bundle exec rake
Or you might prefer to run `script/run_all` to integrate against all ORMs.
### Contributing
## Contributing
Want to contribute and don't know where to start? Check out [features we're missing](https://github.com/applicake/doorkeeper/wiki/Supported-Features), create [example apps](https://github.com/applicake/doorkeeper/wiki/Example-Applications), integrate the gem with your app and let us know!
Expand All @@ -304,11 +302,6 @@ Check out this screencast from [railscasts.com](http://railscasts.com/): [#353 O
After you set up the provider, you may want to create a client application to test the integration. Check out these [client examples](https://github.com/applicake/doorkeeper/wiki/Example-Applications) in our wiki or follow this [tutorial here](https://github.com/applicake/doorkeeper/wiki/Testing-your-provider-with-OAuth2-gem).
### Maintainers
- Felipe Elias Philipp - [coderwall.com/felipeelias](http://coderwall.com/felipeelias)
- Piotr Jakubowski - [coderwall.com/piotrj](http://coderwall.com/piotrj)
### Contributors
Thanks to all our [awesome contributors](https://github.com/applicake/doorkeeper/contributors)!
Expand Down

0 comments on commit 1be70d7

Please sign in to comment.