Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 28, 2021
1 parent e9e560f commit a877371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/django/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ first install uWSGI in the previous virtual environment:
```
pip install uwsgi
```
Once that is done, run the server with `uwsgi` from the directory that
contains `instrumentation_example`:
Once that is done, run the server with ``uwsgi`` from the directory that
contains ``instrumentation_example``:

```
opentelemetry-instrument uwsgi --http :8000 --module instrumentation_example.wsgi
Expand Down

0 comments on commit a877371

Please sign in to comment.