README.md in tkh_authentication-0.9.1 vs README.md in tkh_authentication-0.9.2
- old
+ new
@@ -8,14 +8,14 @@
## Installation
For Rails 4.0.0 and above add this line to your application's Gemfile:
- gem 'tkh_toolbox', '~> 0.9'
+ gem 'tkh_authentication', '~> 0.9'
For prior versions of Rails, use this:
- gem 'tkh_toolbox', '< 0.9'
+ gem 'tkh_authentication', '< 0.9'
And then execute:
$ bundle