diff --git a/README.md b/README.md index 6abacd6..06cd1db 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Update | 12/8/2022: If you have an older version of this project, You should update to the current version now!. Added: -- New way of handling database data. It will now be based off of IDs when picking a login. (which you can copy and paste) "Passwords" will now be referred to as "logins", as the website, email, password, and notes will all be in one encrypted data package. This also means you have have a login for the same website many times. +- New way of handling database data. It will now be based off of IDs when picking a login. (which you can copy and paste) "Passwords" will now be referred to as "logins", as the website, email, password, and notes will all be in one encrypted data package. This also means you can have a login for the same website many times. - General fixes and function updates. - "domains()" functions is now "fetch_logins()". - How data is stored and read is now changed.