From 3af767223e1d82c55b5bd39efec4047c32f0bbfc Mon Sep 17 00:00:00 2001 From: Rajkumar Dusad <32831684+Rajkumrdusad@users.noreply.github.com> Date: Fri, 4 Jan 2019 16:55:00 +0530 Subject: [PATCH] MyServer v1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76dfdf2..47428be 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ MyServer is your own localhost server. you can setup PHP, Apache and MySQL serve **CLI Use :** - **Example : `myserver -s -ng localhost 8080 /home/www`*** + ***Example : `myserver -s -ng localhost 8080 /home/www`*** - **myserver -s ** to start default localhost server. - **myserver -s -ng ** to start Nginx web server. - **myserver -s -php ** to start php localhost server.