From 4f7d093af5753f14b503596e609364140e4045f4 Mon Sep 17 00:00:00 2001
From: osrm <90407222+osrm@users.noreply.github.com>
Date: Fri, 20 Sep 2024 21:19:20 +0900
Subject: [PATCH] fix typo README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

"Theres" → "There is"
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8f2d55b..321aa4f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ The script will load a "full" export once at the start. Once the backfill of the
 
 Sometimes the network is quiet and the parquet file is empty. When this happens, Neynar exports a `.empty` file. We had some troubles with schema detection with actually empty `.parquet` files and this was a simple solution.
 
-The database is set up by a simple `.sql` file that runs when the app starts. Theres so many ways to do migrations and I didn't want to force a library on you.
+The database is set up by a simple `.sql` file that runs when the app starts. There is so many ways to do migrations and I didn't want to force a library on you.
 
 ## Setup