From 517d8e62ba70bbf18dca12f0b2e069a0c925878f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Wro=C5=84ski?= Date: Tue, 5 Nov 2024 11:19:46 +0100 Subject: [PATCH] fix(docs): fix typo around Scarf opt out settings (#3708) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d03f4fdb8..4578853bd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Swagger Client Version | Release Date | OpenAPI Spec compatibility | ## Anonymized analytics -Swagger Client uses [Scarf](https://scarf.sh/) to collect [anonymized installation analytics](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me). These analytics help support the maintainers of this library and ONLY run during installation. To [opt out](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics), you can set the `scafeSettings.enabled` field to `false` in your project's `package.json`: +Swagger Client uses [Scarf](https://scarf.sh/) to collect [anonymized installation analytics](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me). These analytics help support the maintainers of this library and ONLY run during installation. To [opt out](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics), you can set the `scarfSettings.enabled` field to `false` in your project's `package.json`: ``` // package.json