diff --git a/README.md b/README.md
index dbd7a1faa95b892447ab8c3730fef213f5ced865..e3cf40468b7cf9b52a8e7ee2b316f1fe663c288b 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,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/master/config.ini speedtest/config.ini
+curl -o speedtest/config.ini https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini
 cd speedtest
 ```