From 109b2d3a4103c103e12527218b58bb235b44870a Mon Sep 17 00:00:00 2001 From: choizhang Date: Tue, 1 Apr 2025 00:39:37 +0800 Subject: [PATCH] docs: Fix spelling errors in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8861a2..68e601d0 100644 --- a/README.md +++ b/README.md @@ -607,7 +607,7 @@ The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` func This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing. -And using a routine to process news documents. +And using a routine to process new documents. ```python rag = LightRAG(..)