Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Dec 5, 2023
1 parent 7c33bea commit dcaf479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ fully-featured process management.
This allows you to increase or decrease the number of worker processes on the
fly, restart worker processes gracefully, or perform server upgrades without downtime.

If you need multiple workers process, for example if your CPU has multiple cores, you can run gunicorn with uvicorn workers as follows:
If you need multiple workers process, for example if your CPU has multiple cores, you can run Uvicorn with Gunicorn workers as follows:

```
gunicorn example:app -w 4 -k uvicorn.workers.UvicornWorker
Expand Down

0 comments on commit dcaf479

Please sign in to comment.