Skip to content

Commit 2ff382a

Browse files
committed
Fix name capitalization
1 parent 6bae734 commit 2ff382a

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
@@ -46,9 +46,9 @@ To enable runtime monitoring (without request tracing), set the following enviro
4646

4747
`export AUTOWRAPT_BOOTSTRAP=runtime`
4848

49-
## UWSGI
49+
## uWSGI
5050

51-
This Python instrumentation spawns a lightweight background thread to periodically collect and report process metrics. By default, the GIL and threading is disabled under `uwsgi`. If you wish to instrument your application running under UWSGI, make sure that you enable threads by passing `--enable-thread` (or `enable-threads = true` in ini style). More details in the [uwsgi documentation](https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#a-note-on-python-threads).
51+
This Python instrumentation spawns a lightweight background thread to periodically collect and report process metrics. By default, the GIL and threading is disabled under uWSGI. If you wish to instrument your application running under uWSGI, make sure that you enable threads by passing `--enable-thread` (or `enable-threads = true` in ini style). More details in the [uWSGI documentation](https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#a-note-on-python-threads).
5252

5353
## Usage
5454

0 commit comments

Comments
 (0)