From 5da107b02c658d269886260710d1a0563154e49f Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Wed, 3 Oct 2018 03:03:25 -0400 Subject: [PATCH] Add missing words and update markdown syntax (#1095) Signed-off-by: Andrew Banchich --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 674e058a..b3940c52 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,9 @@ To see all available configuration flags: ## Using Docker -The node\_exporter is designed to monitor the host system. It's not recommended -to deploy it as Docker container because it requires access to the host system. -Be aware that any non-root mount points you want to monitor will need bind-mounted +The `node_exporter` is designed to monitor the host system. It's not recommended +to deploy it as a Docker container because it requires access to the host system. +Be aware that any non-root mount points you want to monitor will need to be bind-mounted into the container. ```bash @@ -157,7 +157,7 @@ On some systems, the `timex` collector requires an additional Docker flag, ## Using a third-party repository for RHEL/CentOS/Fedora -There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/). It closely follows upstream releases. +There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases. [travis]: https://travis-ci.org/prometheus/node_exporter [hub]: https://hub.docker.com/r/prom/node-exporter/