From 06bfb50250d45cd044cbf034c9a0a56295e8b6a5 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 26 Jan 2019 18:08:28 +0800 Subject: [PATCH] Update README.md Use correct module name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a010c..dbe56c2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ migration in `db/migrate/`, which will add the following columns to your table: #### Manual initial setup If you prefer to set up the model and migration manually, add the -`:two_factor_authentication` option to your existing devise options, such as: +`:two_factor_authenticatable` option to your existing devise options, such as: ```ruby devise :database_authenticatable, :registerable, :recoverable, :rememberable,