Merge pull request #178 from xMartin/patch-1

update README with actually working 5.x gem version
This commit is contained in:
Adam Meehan 2018-06-28 09:43:40 +10:00 committed by GitHub
commit 116930d633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ If you a looking for the old version for Rails 4.x go here [https://github.com/a
== Installation
# in Gemfile
gem 'validates_timeliness', '~> 5.0.0.pre'
gem 'validates_timeliness', '~> 5.0.0.alpha1'
# Run bundler
$ bundle install