diff --git a/README.md b/README.md index d648ac94..a54b2bf3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ To boot the frontend locally (run commands from root of repo): ## Standalone scripts -This repo contains standlone scripts you can run to collect data from a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo. +This repo contains standalone scripts you can run to collect data from a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo. [Go set up and run collector scripts](./collector/README.md) @@ -166,4 +166,4 @@ We will only track usage details that help us make product and roadmap decisions - Type of LLM in use. Let's us know the most popular choice and prioritize changes when updates arrive for that provider. - Chat is sent. This is the most regular "event" and gives us an idea of the daily-activity of this project across all installations. Again, only the event is sent - we have no information on the nature or content of the chat itself. -You can verify these claims by finding all locations `Telemetry.sendTelemetry` is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is [PostHog](https://posthog.com/) - an open-source telemetry collection service. \ No newline at end of file +You can verify these claims by finding all locations `Telemetry.sendTelemetry` is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is [PostHog](https://posthog.com/) - an open-source telemetry collection service.