Skip to content

Commit cafb615

Browse files
committed
Flask == Flask, not Django thx Fabian
1 parent e3be59b commit cafb615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To enable the Django instrumentation, set the following environment variable in
3030

3131
## Flask
3232

33-
To enable the Django instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:
33+
To enable the Flask instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:
3434

3535
`export AUTOWRAPT_BOOTSTRAP=flask`
3636

instana/flaskana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ def wrapper(self, *args):
1111

1212

1313
def hook(module):
14-
""" Hook method to install the Instana middleware into Django """
14+
""" Hook method to install the Instana middleware into Flask """
1515
ScriptInfo.load_app = wrap_load_app(ScriptInfo.load_app)

0 commit comments

Comments
 (0)