Skip to content

Commit 69707e2

Browse files
committed
docs touchup
1 parent ef5de6f commit 69707e2

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
@@ -52,10 +52,10 @@ make install-packages opts="--extras 'feature1 feature2'"
5252

5353
#### Installation
5454

55-
Add `"common.core"` to `INSTALLED_APPS` in your settings module.
55+
1. Add `"common.core"` to `INSTALLED_APPS` in your settings module.
5656
This enables the `start` management command.
5757

58-
To enable the `path` label for HTTP metrics, add `"common.gunicorn.middleware.PrometheusGunicornLoggerMiddleware"` to `MIDDLEWARE` in your settings module.
58+
2. Add `"common.gunicorn.middleware.PrometheusGunicornLoggerMiddleware"` to `MIDDLEWARE` in your settings module. This enables the `path` label for Prometheus HTTP metrics.
5959

6060
#### Metrics
6161

0 commit comments

Comments
 (0)