README.md in authtrail-0.1.0 vs README.md in authtrail-0.1.1

- old
+ new

@@ -22,10 +22,10 @@ ## How It Works A `LoginActivity` record is created every time a user tries to login. You can then use this information to detect suspicious behavior. Data includes: - `scope` - Devise scope -- `strategy` - `database_authenticatable` for password logins, `rememberable` for remember me cookie, or the name of the OmniAuth strategy +- `strategy` - Devise strategy - `identity` - email address - `success` - whether the login succeeded - `failure_reason` - if the login failed - `user` - the user if the login succeeded - `context` - controller and action