fix typo in readme (#3096)

Signed-off-by: Jat <jat@sinosky.org>
This commit is contained in:
Jat 2024-04-03 20:29:02 +08:00 committed by GitHub
parent f92a1be0b6
commit d241d66a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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