Skip to content

Commit a55897c

Browse files
authored
Language and grammar improvements
1 parent 5641ca4 commit a55897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To enable the Flask instrumentation, set the following environment variable in y
3232

3333
# Django (Manual)
3434

35-
When you set the the `AUTOWRAPT_BOOTSTRAP` environment, the Django framework should be automatically detected and instrumented. If for some reason, you prefer or need to manually instrument Django instead you can add add `instana.instrumentation.django.middleware.InstanaMiddleware` to you MIDDLEWARE list `settings.py`:
35+
When the `AUTOWRAPT_BOOTSTRAP=instana` environment variable is set, the Django framework should be automatically detected and instrumented. If for some reason, you prefer to or need to manually instrument Django, you can instead add `instana.instrumentation.django.middleware.InstanaMiddleware` to your MIDDLEWARE list in `settings.py`:
3636

3737
```Python
3838
import os

0 commit comments

Comments
 (0)