Skip to content

Commit a65cdb1

Browse files
authored
docs: readme improvements
2 parents 0ef3f4b + bdf89a7 commit a65cdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cargo install --git https://github.com/flashbots/contender --locked
3333

3434
#### 4. Configure Grafana and Prometheus
3535

36-
Create the following `yaml` files that will spin up `grafana` and `prometheus` servers:
36+
Create the following `yaml` files (in any directory) that will spin up `grafana` and `prometheus` servers:
3737

3838
$\quad$ **4.a `docker-compose.yml`**
3939

@@ -112,7 +112,7 @@ Go to the directory where files from setup step 4 were created and run
112112
docker compose up
113113
```
114114

115-
Open `http://localhost:3000` in your browser to navigate to Grafana, then:
115+
Open `http://localhost:3000` in your browser to navigate to Grafana (note that the default credentials are `admin` for username and password), then:
116116

117117
1. Add a new Prometheus data source that points to `http://prometheus:9090`
118118
2. Create a new dashboard by importing the `grafana/classic.json` file from this repo.

0 commit comments

Comments
 (0)