From b1670b35582439b78a9a78f055d78dd326b08748 Mon Sep 17 00:00:00 2001
From: Yifei Zhang <yidadaa@qq.com>
Date: Fri, 24 Mar 2023 18:44:16 +0800
Subject: [PATCH] chore: fix typos

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 53081cff9..1279d13bc 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ You can star or watch this project or follow author to get release notifictions
 
 在开始写代码之前,需要在项目根目录新建一个 `.env.local` 文件,里面填入环境变量:
 
-Before development, you must create a new `.env.local` file at project root, and place your api key into it:
+Before starting development, you must create a new `.env.local` file at project root, and place your api key into it:
 
 ```
 OPENAI_API_KEY=<your api key here>