From d272eacf95cbe58c9d687ab828e4a9ce37e23af6 Mon Sep 17 00:00:00 2001
From: Barry Carey <mcarey66@gmail.com>
Date: Sun, 27 Jan 2019 15:57:02 -0500
Subject: [PATCH] Doc update

---
 README.md | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 479557e..9e17e95 100644
--- a/README.md
+++ b/README.md
@@ -23,16 +23,25 @@ This tool is a wrapper for speedtest-cli which allows you to run periodic speedt
 |Key            |Description                                                                                                         |
 |:--------------|:-------------------------------------------------------------------------------------------------------------------|
 |Server         |Comma sperated list of servers.  Leave blank for auto                                                            |
+#### LOGGING
+|Key            |Description                                                                                                         |
+|:--------------|:-------------------------------------------------------------------------------------------------------------------|
+|Level          |Set how verbose the console output is                                                           |
 
 
 
-**Usage**
+## Usage
 
 Before the first use run pip3 install -r requirements.txt
 
-Enter your desired information in config.ini and run InfluxdbSpeedtest.py
-  
+Enter your desired information in config.ini 
 
+Run influxspeedtest.py
+
+**Custom Config File Name**
+
+If you wish to use a config file by a different name set an ENV Variable called influxspeedtest.  The value you set will be the config file that's used. 
+  
 
 ***Requirements***
 
-- 
GitLab