diff --git a/README.md b/README.md index c46a72f..94a3518 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Before we get started installing the Prometheus stack. Ensure you install the la If on Mac run this: ``` -git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring/prometheus && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection +git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection ``` otherwise: ``` git clone https://github.com/maxandersen/internet-monitoring -cd internet-monitoring/prometheus +cd internet-monitoring docker-compose up ```