From 450d33275a1c65da332f3fff72129f859aa7a8ce Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Fri, 31 Mar 2017 01:40:17 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2eaafa..6509af6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ gixy # Usage By default Gixy will try to analyze Nginx configuration placed in `/etc/nginx/nginx.conf`. But you can always specify needed path: -```bash +``` $ gixy /etc/nginx/nginx.conf ==================== Results =================== @@ -62,7 +62,7 @@ Total issues: High: 0 ``` -You can achieve all other `gixy` arguments with the help command: `gixy --help` +Or something else, you can find all other `gixy` arguments with the help command: `gixy --help` # Documentation Full documentation and recommendations can be found [here](https://github.com/yandex/gixy/wiki/ru/) (sorry, but Russian language only so far)