Browse Source

Merge pull request #165 from MarkFChavez/patch-1

Update README.md
master
Dmitrii Golub 6 years ago committed by GitHub
parent
commit
d6a050af3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -54,7 +54,7 @@ migration in `db/migrate/`, which will add the following columns to your table:
#### Manual initial setup #### Manual initial setup
If you prefer to set up the model and migration manually, add the 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 ```ruby
devise :database_authenticatable, :registerable, :recoverable, :rememberable, devise :database_authenticatable, :registerable, :recoverable, :rememberable,

Loading…
Cancel
Save