diff --git a/README.md b/README.md index b245b5d..ba4130b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # 🔑 Password Trainer -Before changing important passwords and then struggeling to enter them correctly, start building muscle memory first. +Before changing important passwords and then struggling to enter them correctly, start building muscle memory first. This application provides you the possibility to store new passwords securely and learn them over time. Gamification like success rates, typing time tracking and daily prompts to enter a password help you learn them faster. ## Security -An app handling secrets like these has to be implemented securly. That's why: +An app handling secrets like these has to be implemented securely. That's why: - Passwords are securely stored in your devices keychain - Authentication is required to enter the app - No cloud sync (unless you are using your iCloud Keychain) + +
+ +Screenshot diff --git a/docs/images/app-screenshot.png b/docs/images/app-screenshot.png new file mode 100644 index 0000000..f137214 Binary files /dev/null and b/docs/images/app-screenshot.png differ