From a957f989fd41a3705748c06a6a0c44d83789f436 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 13 Jan 2016 10:20:28 +0100 Subject: [PATCH] README.md: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7d77f2..83f6da53 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ diskstats | Exposes disk I/O statistics from `/proc/diskstats`. filefd | Exposes file descriptor statistics. filesystem | Exposes filesystem statistics, such as disk space used. loadavg | Exposes load average. -mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present). +mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). meminfo | Exposes memory statistics from `/proc/meminfo`. netdev | Exposes network interface statistics from `/proc/netstat`, such as bytes transferred. netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`.