We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14de523 commit b716546Copy full SHA for b716546
docs/examples/django/README.rst
@@ -126,8 +126,8 @@ first install uWSGI in the previous virtual environment:
126
```
127
pip install uwsgi
128
129
-Once that is done, run the server with `uwsgi` from the directory that
130
-contains `instrumentation_example`:
+Once that is done, run the server with ``uwsgi`` from the directory that
+contains ``instrumentation_example``:
131
132
133
opentelemetry-instrument uwsgi --http :8000 --module instrumentation_example.wsgi
0 commit comments