From 9e5004e24fca187d35298527f7bd9b8c81f839ee Mon Sep 17 00:00:00 2001 From: xiaojunxiang Date: Wed, 22 Oct 2025 03:00:47 +0000 Subject: [PATCH] =?UTF-8?q?fix(docs):=20correct=20typo=20"acivate"=20?= =?UTF-8?q?=E2=86=92=20"activate"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightrag/api/README-zh.md | 2 +- lightrag/api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag/api/README-zh.md b/lightrag/api/README-zh.md index 5fefe644..692c589d 100644 --- a/lightrag/api/README-zh.md +++ b/lightrag/api/README-zh.md @@ -29,7 +29,7 @@ cd lightrag # Create a Python virtual environment uv venv --seed --python 3.12 -source .venv/bin/acivate +source .venv/bin/activate # Install in editable mode with API support pip install -e ".[api]" diff --git a/lightrag/api/README.md b/lightrag/api/README.md index cbeaedd2..aa24576e 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -29,7 +29,7 @@ cd lightrag # Create a Python virtual environment uv venv --seed --python 3.12 -source .venv/bin/acivate +source .venv/bin/activate # Install in editable mode with API support pip install -e ".[api]"