Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Signed-off-by: Can Berk Güder <cbg@cbg.me>
  • Loading branch information
cbguder committed May 29, 2023
1 parent 1b9709e commit e2c76c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -434,7 +434,7 @@ metrics_app = make_asgi_app()
app.mount("/metrics", metrics_app)
```

For Multiprocessing support, use this modified code snippet. Full multiprocessing intstructions are provided [here](https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn).
For Multiprocessing support, use this modified code snippet. Full multiprocessing instructions are provided [here](https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn).

```python
from fastapi import FastAPI
Expand Down

0 comments on commit e2c76c1

Please sign in to comment.