From 057cc4db5e4c8c4455d5f662baaab796644a8b65 Mon Sep 17 00:00:00 2001
From: snnbyyds <87487115+snnbyyds@users.noreply.github.com>
Date: Sat, 22 Jan 2022 10:27:10 +0800
Subject: [PATCH] Update README.zh.md

---
 README.zh.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.zh.md b/README.zh.md
index f6c050e..7b0b78a 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -59,14 +59,14 @@ sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu ab
 
 **不建议使用Ubuntu 18.04版本,请使用Ubuntu 20.04**
 
-1.克隆此项目(默认使用国内fastgit镜像加速)
+1.克隆此项目(默认使用国内cnpmjs.org镜像加速)
 
 ```bash
-git clone https://hub.fastgit.org/edk2-porting/edk2-sdm845.git --depth=1
+git clone https://github.com.cnpmjs.org/edk2-porting/edk2-sdm845.git --depth=1
 cd edk2-sdm845
 ```
 
-2.1 编译此项目(默认使用fastgit加速submodule克隆,若不需要请删去 `--chinese`)
+2.1 编译此项目(默认使用cnpmjs加速submodule克隆,若不需要请删去 `--chinese`)
 
 ```bash
 bash build.sh --chinese --device DEVICE
-- 
2.47.1