From 15309c21d450399e121af00a3daad4963e5c1735 Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Fri, 5 Jan 2018 00:37:08 +0100
Subject: [PATCH] Fixed punctuation.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 27447a8..51211fa 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ git clone http://git.zsinfo.nl/CHMonitor/DS18B20.git /home/pi/sensor
 
 Edit the sensorId and apiKey values in the `updateSensor.php` file to the values supplied to you on the CH Monitor panel.
 
-Test if the script finds the temperature sensor by running the following command. Exit the script using `ctrl + c`
+Test if the script finds the temperature sensor by running the following command. Exit the script using `ctrl + c`.
 ```
 php /home/pi/sensor/updateSensor.php
 ```
-- 
GitLab