README.md in phraseapp-in-context-editor-ruby-1.0.0rc1 vs README.md in phraseapp-in-context-editor-ruby-1.0.0rc2

- old
+ new

@@ -1,8 +1,8 @@ -# PhraseApp In-Context-Editor # +# PhraseApp In-Context-Editor for Ruby # -*This Ruby gem is for use with Ruby/Rails applications only. Check out the [documentation](http://docs.phraseapp.com/guides/in-context-editor/) to learn how to set up the In-Context-Editor with other technologies.* +*This Ruby gem is for use with Ruby (Rails, Sinatra) applications only. Check out the [documentation](http://docs.phraseapp.com/guides/in-context-editor/) to learn how to set up the In-Context-Editor with other technologies.* [![Build Status](https://travis-ci.org/phrase/phraseapp-in-context-editor-ruby.svg)](https://travis-ci.org/phrase/phraseapp-in-context-editor-ruby) PhraseApp is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process. @@ -30,14 +30,14 @@ $ bundle install Next, create the initializer file by executing the Rails generator: - $ bundle exec rails generate phraseapp-in-context-editor-ruby:install --access-token=<YOUR_TOKEN> --project-id=<YOUR_PROJECT_ID> + $ bundle exec rails generate phraseapp_in_context_editor:install --access-token=<YOUR_TOKEN> --project-id=<YOUR_PROJECT_ID> ##### --access-token -You can create and manage access tokens in your [profile settings](https://phraseapp.com/settings/profile/oauth_access_tokens) or via the [Authorizations API](http://docs.phraseapp.com/api/v2/authorizations). +You can create and manage access tokens in your [profile settings](https://phraseapp.com/settings/oauth_access_tokens) or via the [Authorizations API](http://docs.phraseapp.com/api/v2/authorizations). ##### --project-id You can find the ID of your project in your project settings in Translation Center.