summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Haguenauer <ml@kurokatta.org>2014-03-21 18:00:52 +0100
committerDavid Haguenauer <ml@kurokatta.org>2014-03-21 18:00:52 +0100
commit55a570b2ce81ffe95c988f2826a6fa6a468ec377 (patch)
tree8a0f5f94ee6e7b205f896333eefca4c936d6a212
parentda657e6502448e4380b37cf33f7fae7d34f1a5b7 (diff)
Copyedit.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e8b6414..747c943 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-#`ngxtop` - know what happen to your nginx server in realtime.
+#`ngxtop` - know what is happenning to your nginx server in real-time.
-**ngxtop** parse your nginx access log and output useful, `top` like, metrics of your nginx server.
+**ngxtop** parses your nginx access log and outputs useful, `top`-like, metrics of your nginx server.
## Usage
@@ -79,7 +79,7 @@ top remote_addr
| 125.26.213.203 | 15 |
```
-###List 4xx or 5xx reponses together with http referer
+###List 4xx or 5xx reponses together with HTTP referer
```
$ ./ngxtop.py -i 'status >= 400' print request status http_referer
@@ -89,4 +89,4 @@ request, status, http_referer:
| request | status | http_referer |
|-----------+----------+----------------|
| - | 400 | - |
-``` \ No newline at end of file
+```