From 5fc50579a32d1ee2f10cca589f9ece8a71bbac9c Mon Sep 17 00:00:00 2001 From: Tanmai Gopal Date: Sun, 20 Oct 2024 02:34:28 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a52401..7a72f75 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This DuckDuckAPI connector allows you to easily build a high-performing connecto 2. Implement functions to wrap over upstream API endpoints, particularly for write operations This allows a GraphQL or PromptQL query to run against API data in a highly flexible way without performance or rate limiting issues. -Ofcourse, the tradeoff is that the data will only be eventually consistent because writes will only reflect as reads from DuckDB depending on how fast API data is updated in DuckDB (via the loader script). +Ofcourse, the tradeoff is that the data will only be eventually consistent because writes will reflect in subsequent reads only after the API data gets updated in DuckDB (via the loader script). ## Get started