From 06169092e879a8701edf3fa9254d7a34eb8df2ea Mon Sep 17 00:00:00 2001 From: Ghaniyyat <142936812+Ghaniyyat05@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:22:29 +0500 Subject: [PATCH] Update README.md Placed it at the bottom and make it concise. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91a0924..8aaf23f 100644 --- a/README.md +++ b/README.md @@ -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). +