Skip to content

Commit 1dd1b16

Browse files
doc
1 parent e2d6f8f commit 1dd1b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ repos:
219219

220220
See https://pre-commit.com/ for more...
221221

222-
## Opt out of anonymous metrics
222+
## Disable anonymous metrics
223223

224224
We collect anonymous usage metrics to improve nbmake.
225225

226-
You can opt out by setting the environment variable NBMAKE_METRICS=0
226+
You can disable them by setting the environment variable NBMAKE_METRICS=0
227227

228228
## Disable Nbmake
229229

src/nbmake/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def submit_event():
1010
"""We collect anonymous usage metrics to improve nbmake.
1111
12-
You can opt out by setting the environment variable NBMAKE_METRICS=0.
12+
You can disable them by setting the environment variable NBMAKE_METRICS=0.
1313
"""
1414
mixpanel_token = "8440a5d8fa0ec1d43b6bcaf76037fae7"
1515
url = "https://api-eu.mixpanel.com/track"

0 commit comments

Comments
 (0)