From c1be030f0a5c8d5d23d0d1baf162a365df4d9b9f Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 09:31:08 +0200 Subject: [PATCH] fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f5cea7..afd0dd5 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ EXIT; ``` * Tip: You can use /dev/urandom encoded with base64 to create long, strong passwords. ```sh -base64 /dev/urandom -w 512 | head -n 1 -``` + base64 /dev/urandom -w 512 | head -n 1 + ``` 6. Use git to clone this repository to any directory in your webroot. * Example paths: ```