Skip to content

Commit b716546

Browse files
committed
Fix docs
1 parent 14de523 commit b716546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/django/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ first install uWSGI in the previous virtual environment:
126126
```
127127
pip install uwsgi
128128
```
129-
Once that is done, run the server with `uwsgi` from the directory that
130-
contains `instrumentation_example`:
129+
Once that is done, run the server with ``uwsgi`` from the directory that
130+
contains ``instrumentation_example``:
131131

132132
```
133133
opentelemetry-instrument uwsgi --http :8000 --module instrumentation_example.wsgi

0 commit comments

Comments
 (0)