mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 07:32:18 -05:00
Update README.md
Placed it at the bottom and make it concise.
This commit is contained in:
parent
da3382016b
commit
06169092e8
1 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,6 @@ Finds and corrects spelling mistakes among source code:
|
|||
![License](https://img.shields.io/crates/l/typos.svg)
|
||||
[![Crates Status](https://img.shields.io/crates/v/typos.svg)][Crates.io]
|
||||
|
||||
Dual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE)
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Installation](#install)
|
||||
|
@ -187,3 +185,7 @@ For more on the trade offs of these approaches, see [Design](docs/design.md).
|
|||
|
||||
[Crates.io]: https://crates.io/crates/typos-cli
|
||||
[Documentation]: https://docs.rs/typos
|
||||
|
||||
## License
|
||||
Typos is available under the [MIT License](LICENSE-MIT) or the [Apache 2.0 License](LICENSE-APACHE).
|
||||
|
||||
|
|
Loading…
Reference in a new issue