From dadfa17107375ee983963f6b10634b46c2461cdc Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 30 Jun 2020 13:45:16 -0600 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 29d5a3d396..8543bb7cbf 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,6 @@ A big thanks to both [Draqula](https://github.com/vadimdemedes/draqula) for insp - [ReactBricks](https://www.reactbricks.com/) - [Nozzle.io](https://nozzle.io) -> _These analytics are made available via the awesome [Scarf](https://www.npmjs.com/package/@scarf/scarf) package analytics library_ - ## Examples - Basic - [CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-query/tree/master/examples/basic) - [Source](./examples/basic) @@ -287,7 +285,6 @@ $ npm i --save react-query $ yarn add react-query ``` -React Query uses [Scarf](https://www.npmjs.com/package/@scarf/scarf) to collect anonymized installation analytics. These analytics help support the maintainers of this library. However, if you'd like to opt out, you can do so by setting `scarfSettings.enabled = false` in your project's `package.json`. Alternatively, you can set the environment variable `SCARF_ANALYTICS=false` before you install. # Defaults to keep in mind