diff --git a/README.md b/README.md
index 3cd25cf..1da8390 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,9 @@ docker run \
 
 Tip: you can use this Python code to generate encrypted passwords:  
 `docker run --rm python:3.10 python -c "import crypt; print(crypt.crypt('YOUR_PASSWORD'))"`
+ 
 or use [makepassd](https://manpages.debian.org/bookworm/makepasswd/makepasswd.1.en.html)
+ 
 `docker run --rm --entrypoint=/usr/bin/mkpasswd atmoz/sftp:alpine "YOUR_PASSWORD"`
 
 ## Logging in with SSH keys