Update readme to reflect v4.x only

This commit is contained in:
Adam Meehan 2015-12-29 16:16:08 +11:00
parent 51bc0d7d05
commit b20b25940e

View File

@ -5,9 +5,9 @@
== Description
Complete validation of dates, times and datetimes for Rails 3.x and ActiveModel.
Complete validation of dates, times and datetimes for Rails 4.x and ActiveModel.
If you a looking for the old version for Rails 2.x go here[http://github.com/adzap/validates_timeliness/tree/v2.3].
If you a looking for the old version for Rails 3.x go here[http://github.com/adzap/validates_timeliness/tree/v3.x].
== Features
@ -30,7 +30,7 @@ If you a looking for the old version for Rails 2.x go here[http://github.com/adz
== Installation
# in Gemfile
gem 'validates_timeliness', '~> 3.0'
gem 'validates_timeliness', '~> 4.0'
# Run bundler
$ bundle install