From e22165648c4ceaec6da58ae87a4a65e8640bdd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AC=BC=E8=B0=B7=E5=AD=90?= <358683537@qq.com> Date: Wed, 2 Nov 2022 17:17:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a79a89d4..1b632d3e3b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ services.AddMasaBlazor(); ### Clone code ```shell -git clone --recursive git@github.com:BlazorComponent/MASA.Blazor.git +git clone --recursive https://github.com/BlazorComponent/MASA.Blazor.git cd MASA.Blazor git submodule foreach git checkout main ```