From dc1ee04211ebcc443a43e7d2f2212172857fa5ca Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Sun, 21 May 2023 12:08:22 +0800 Subject: [PATCH] add English and Chinese README jump links (#66) --- README.md | 2 ++ README_zh.md => README.zh-CN.md | 2 ++ 2 files changed, 4 insertions(+) rename README_zh.md => README.zh-CN.md (97%) diff --git a/README.md b/README.md index 1a7dea9e..6a8979f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FastAPI Best Architecture +English | [简体中文](./README.zh-CN.md) + This is a base project of the FastAPI framework, in production It‘s purpose is to allow you to develop your project directly with it diff --git a/README_zh.md b/README.zh-CN.md similarity index 97% rename from README_zh.md rename to README.zh-CN.md index 460a0648..9bb1d13b 100644 --- a/README_zh.md +++ b/README.zh-CN.md @@ -1,5 +1,7 @@ # FastAPI 最佳架构 +简体中文 | [English](./README.md) + 这是 FastAPI 框架的一个基础项目,在制作中 它的目的是让你直接用它作为你的基础项目来开发你的项目