Skip to content

Commit 59c427f

Browse files
committed
Quick change in the main Readme
1 parent 4d73aeb commit 59c427f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [palindrome](/palindrome) test takes a `string` and checks if it's equals to
1414
The [grocery shopping](/grocery-shopping) it's a example on how to read and write python objects on files using pickle.
1515

1616
### Password storage [WIP]
17-
The [password storage](/password-store) encrypts a password using the caesar cipher(for now) and stores in a file.
17+
The [password storage](/password-storage) encrypts a password using the caesar cipher(for now) and stores in a file.
1818

1919
## Learning source
2020
* [A byte of python(PDF)](https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf)

0 commit comments

Comments
 (0)