update README with actually working 5.x gem version

This commit is contained in:
xMartin 2018-06-27 11:22:40 +02:00 committed by GitHub
parent e645a938b6
commit f025d58073
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