Skip to content

Commit

Permalink
Merge pull request #914 from cbguder/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
csmarchbanks authored May 30, 2023
2 parents 1b9709e + e2c76c1 commit be3aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 be3aac3

Please sign in to comment.