README.md in platform-api-0.8.0 vs README.md in platform-api-1.0.0

- old
+ new

@@ -63,11 +63,11 @@ Let's go through an example of creating an app and using the API to work with it. The first thing you need is a client setup with an OAuth token. You can create an OAuth token using the `heroku-oauth` toolbelt plugin: ```bash -$ heroku plugins:install git@github.com:heroku/heroku-oauth.git +$ heroku plugins:install heroku-cli-oauth $ heroku authorizations:create -d "Platform API example token" Created OAuth authorization. ID: 2f01aac0-e9d3-4773-af4e-3e510aa006ca Description: Platform API example token Scope: global @@ -308,9 +308,11 @@ Remember to commit and push the changes to Github. ### Release a new gem +* This project follows [semver](http://semver.org) from version 1.0.0. Please + be sure to keep this in mind if you're the project maintainer. * Bump the version in `lib/platform-api/version.rb` * `bundle install` to update Gemfile.lock * `git commit -m 'vX.Y.Z' to stage the version and Gemfile.lock changes * `rake release` to push git changes and to release to Rubygems