From 692671c46f609e9c779d7250ed195e2f32be1ee7 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Mon, 16 Nov 2015 16:22:41 +0300 Subject: [PATCH] Update README.md fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6c9c88..1596828 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Once that's done, run: ### Automatic installation -In order to add two factor authorisation to a model, run the command: +In order to add two factor authentication to a model, run the command: bundle exec rails g two_factor_authentication MODEL @@ -69,7 +69,7 @@ Add the following line to your model to fully enable two-factor auth: has_one_time_password -Set config values, if desired: +Set config values to devise.rb, if desired: ```ruby config.max_login_attempts = 3 # Maximum second factor attempts count