Browse Source

Merge pull request #110 from shaunakpp/docs

Fixes a minor typo in the README.md
master
Dmitrii Golub 8 years ago committed by GitHub
parent
commit
7d99a6cb3f
  1. 2
      README.md

2
README.md

@ -177,7 +177,7 @@ To add them, generate a migration such as:
The `otp_secret_key` is not only required for users who use Google Authentictor,
so unless it has been shared with the user it should be set to `nil`. The
following psudo-code is an example of how this might be done:
following pseudo-code is an example of how this might be done:
```ruby
User.find_each do |user| do

Loading…
Cancel
Save