From 22bb49abb2bb06fba00bbe2b298ead70ccd26cf0 Mon Sep 17 00:00:00 2001 From: Dmitry Sorokin <40151847+DimedS@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:26:17 +0100 Subject: [PATCH] Update kedro-telemetry/README.md Co-authored-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> Signed-off-by: Dmitry Sorokin <40151847+DimedS@users.noreply.github.com> --- kedro-telemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kedro-telemetry/README.md b/kedro-telemetry/README.md index 689178e44..58dc6bad7 100644 --- a/kedro-telemetry/README.md +++ b/kedro-telemetry/README.md @@ -37,7 +37,7 @@ To withdraw consent, you have a few options: >*Note:* The `.telemetry` file should not be committed to `git` or packaged in deployment. In `kedro>=0.17.4` the file is git-ignored. -3. **Modify or Create the `.telemetry` File**: +3. **Modify or Create the .telemetry File**: If the `.telemetry` file exists in the root folder of your Kedro project, set the `consent` variable to `false`. If the file does not exist, create it with the following content: ```yaml consent: false