diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 2 | ||||
| -rw-r--r-- | docs/res/guide.txt | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/README.md b/docs/README.md index 2a341a7..84a961a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ <h1 align="center">Mìng Lìng - 命令</h1> <p align="center"> - The Rust CLI Framework + Rust CLI framework for many subcmds & complex workflows, reduces boilerplate via proc macros, focus on biz logic </p> <p align="center"> <img src="https://img.shields.io/github/stars/CatilGrass/mingling?style=for-the-badge"> diff --git a/docs/res/guide.txt b/docs/res/guide.txt index a75037f..8f64d93 100644 --- a/docs/res/guide.txt +++ b/docs/res/guide.txt @@ -1,12 +1,9 @@ ┌────────────────────────────────────┐ │ Mingling │ - │ The Rust CLI Framework │ - │ │ │ USE: │ │ Run command in your project │ │ > cargo add mingling │ │ │ │ Or add this to your Cargo.toml │ │ > mingling = "0.1.7" │ - │ │ └────────────────────────────────────┘ |
