From 34197056ea7de6735ea0fd8fc63b18093b3f634b Mon Sep 17 00:00:00 2001 From: Himanshu Shivhare Date: Fri, 6 Jan 2023 15:18:47 +0530 Subject: [PATCH] chore: typo/readability fix (#1410) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e4edcdd..a5b9db56 100755 --- a/README.md +++ b/README.md @@ -107,14 +107,12 @@ usage: easy-install.py [-h] [-p] [-d] [-s SITENAME] [-n PROJECT] [--email EMAIL] Install Frappe with Docker options: - -h, --help show this help message and exit - -p, --prod Setup Production System - -d, --dev Setup Development System - -s SITENAME, --sitename SITENAME - The Site Name for your production site - -n PROJECT, --project PROJECT - Project Name - --email EMAIL Add email for the SSL. + -h, --help show this help message and exit + -p, --prod Setup Production System + -d, --dev Setup Development System + -s SITENAME, --sitename SITENAME The Site Name for your production site + -n PROJECT, --project PROJECT Project Name + --email EMAIL Add email for the SSL. ``` #### Troubleshooting