From 9de24ac2c953c1b6db54f29697eed7a93c87def7 Mon Sep 17 00:00:00 2001
From: Sean Rees <sean@erifax.org>
Date: Sun, 2 Dec 2018 10:20:53 +0000
Subject: [PATCH] Fix some minor formatting issues

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1d31e1f..0813096 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,10 @@ to extend to other fan types (I just don't have one to test).
 
 ## Dependencies
 
+```
 pip install libpurecoollink
 pip install prometheus_client
-
+```
 ## Metrics
 
 ### Environmental
@@ -56,11 +57,11 @@ optional arguments:
 ### Scrape Frequency
 
 I scrape at 15s intervals. Metrics are updated at approximately 30 second
-intervals by libpurecoollink.
+intervals by `libpurecoollink`.
 
 ### Other Notes
 
-libpurecoollink by default uses a flavour of mDNS to automatically discover
+`libpurecoollink` by default uses a flavour of mDNS to automatically discover
 the Dyson fan. This is overridable (but this script doesn't at the moment).
 The mDNS dependency makes Dockerising this script somewhat challenging at
 the moment.
-- 
GitLab