README fix typo

This commit is contained in:
yanyiwu 2024-07-15 22:56:01 +08:00
parent e334fc2ce0
commit c83c7111ab

View File

@ -30,7 +30,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
### 下载和编译
```sh
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
git clone --depth=10 --branch=master https://github.com/yanyiwu/cppjieba.git
cd cppjieba
git submodule init
git submodule update