From bde6422aa283e0fb7934bb93d394d0851c16458e Mon Sep 17 00:00:00 2001 From: caojiafeng Date: Thu, 28 Jul 2022 10:30:09 +0800 Subject: [PATCH] docs: fix up --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e26a19..1d15186 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To cross compile crates to mips or other targets. You need: - [rust](https://rustup.rs/) -- [cross](https://github.com/cross-rs/cross). +- [cross](https://github.com/cross-rs/cross) - Docker: cross needs it. ## Get Started @@ -51,9 +51,9 @@ E2=b ## Other resources -[intro to omo - part1](./docs/intro-to-omo-part1.zh.md) -[prototype of move layer2 using cannon](./docs/prototype_of_cannon_in_move.zh.md) -[background of layer2](./docs/background.md) +- [intro to omo - part1](./docs/intro-to-omo-part1.zh.md) +- [prototype of move layer2 using cannon](./docs/prototype_of_cannon_in_move.zh.md) +- [background of layer2](./docs/background.md) ## License