diff --git a/README.md b/README.md index ccd8ffb16..650d325ba 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: @@ -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! @@ -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)!