From d241d66a697e476a8acbec734b5ad807c8770ea9 Mon Sep 17 00:00:00 2001 From: Jat Date: Wed, 3 Apr 2024 20:29:02 +0800 Subject: [PATCH] fix typo in readme (#3096) Signed-off-by: Jat --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 5c3a667801..93ee1816c6 100644 --- a/api/README.md +++ b/api/README.md @@ -17,7 +17,7 @@ ```bash sed -i "/^SECRET_KEY=/c\SECRET_KEY=$(openssl rand -base64 42)" .env ``` -3.5 If you use annaconda, create a new environment and activate it +3.5 If you use Anaconda, create a new environment and activate it ```bash conda create --name dify python=3.10 conda activate dify