update repo layout

This commit is contained in:
sunface 2022-03-23 20:09:21 +08:00
parent 0dae9a8384
commit d9811e7912
2 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ git remote add origin https://github.com/sunface/rust-by-practice
git push -u -f origin gh-pages
## deploy zh-CN
cd ../../zh-book
cd ../../zh-CN
./deploy

View File

@ -1,5 +1,5 @@
<div align="center">
<img height="150" src="https://github.com/sunface/rust-by-practice/blob/master/assets/logo.png?raw=true">
<img height="150" src="https://github.com/sunface/rust-by-practice/blob/master/en/assets/logo.png?raw=true">
</div>
<p align="center">Practice Rust with challenging examples, exercises and projects</p>