From 55571d036603937ef9b9709df130bf8031979bda Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 10 May 2018 12:07:34 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbad7aa..c2f1a40 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 1. Install dependency library. (If you have already install it, omit it.) 2. Edit for config.inc file. (SERVER_HEADER, Modules, ETC.) 3. Run ./auto.sh -4. Install [systemctl file](https://www.nginx.com/resources/wiki/start/topics/examples/systemd/) (If you have already install it, omit it.) +4. Install [systemd file](https://www.nginx.com/resources/wiki/start/topics/examples/systemd/) (If you have already install it, omit it.) 5. Check version and error test : **nginx -v; nginx -t;** 5. systemctl restart nginx 6. **The END!!**