From ee5d2bfad6474d8b24ac01ee25650662f3790ee7 Mon Sep 17 00:00:00 2001
From: Allan <atribe13@gmail.com>
Date: Sat, 6 Oct 2018 23:10:17 -0600
Subject: [PATCH] Removed blob from the readme paths.

fixes #8
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a49f664..d723976 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ You will need the speedtest-cli library installed to use this - [Found Here](htt
 2. Make a directory to hold the config.ini file. Navigate to that directory and download the sample config.ini in this repo.
 ```bash
 mkdir speedtest
-curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/blob/master/config.ini speedtest/config.ini
+curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini speedtest/config.ini
 cd speedtest
 ```
 
@@ -75,6 +75,6 @@ atribe/speedtest-for-influxdb-and-grafana
 ```
  2. The docker-compose option
  ```bash
- curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/blob/master/docker-compose.yml docker-compose.yml
+ curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/docker-compose.yml docker-compose.yml
  docker-compose up -d
  ```
-- 
GitLab