README.md in postmark-rails-0.8.0 vs README.md in postmark-rails-0.9.0

- old
+ new

@@ -4,21 +4,21 @@ The Postmark Rails Gem is a drop-in plug-in for ActionMailer to send emails via [Postmark](https://postmarkapp.com), an email delivery service for web apps. The gem has been created for fast implementation and fully supports all of [Postmark’s features](https://postmarkapp.com/why-postmark). ## Supported Rails Versions -* Rails 4.0 +* Rails 4.x * Rails 3.x For Rails 2.3 please take a look at [version 0.4](https://github.com/wildbit/postmark-rails/tree/v0.4.2). It may miss some new features, but receives all required bug fixes and other support if needed. ## Configuring your Rails application Add this to your Gemfile: (change version numbers if needed) ``` ruby -gem 'postmark-rails', '~> 0.8.0' +gem 'postmark-rails', '~> 0.9.0' ``` Don’t forget to run `bundle install` command every time you change something in the Gemfile. Add this to your config/application.rb: @@ -106,11 +106,11 @@ Looking for the advanced usage examples? Check out [the documentation](https://github.com/wildbit/postmark-gem/blob/master/README.md) for the `postmark` gem. The `postmark-rails` gem is built on top of it, so you can benefit from all its features. ## Requirements * `postmark` gem version 1.0 and higher is required. -* You will also need a Postmark account, a server and at least one sender signature set up to use it. To get an account, [sign up](https://postmarkapp.com/sign_up)!. +* You will also need a Postmark account, a server and at least one sender signature set up to use it. To get an account, [sign up](https://postmarkapp.com/sign_up)! ## Note on Patches/Pull Requests * Fork the project. @@ -130,6 +130,6 @@ * Nicolás Sanguinetti * Laust Rud Jacobsen (rud) ## Copyright -Copyright © 2010—2013 Wildbit LLC. See LICENSE for details. \ No newline at end of file +Copyright © 2010—2013 Wildbit LLC. See LICENSE for details.