From fef5169ca4ae479b1fae5e7a0ce56c0443198d4e Mon Sep 17 00:00:00 2001
From: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date: Tue, 12 Dec 2023 04:32:26 +0900
Subject: [PATCH] chore: update README.md (#420)

standlone -> standalone
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d648ac946..a54b2bf31 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.
-- 
GitLab