diff --git a/README.md b/README.md index 0c359c0e8..8aaf23fe4 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Finds and corrects spelling mistakes among source code: ![Screenshot](./docs/screenshot.png) + +[![Downloads](https://img.shields.io/github/downloads/crate-ci/typos/total.svg)](https://github.com/crate-ci/typos/releases) [![codecov](https://codecov.io/gh/crate-ci/typos/branch/master/graph/badge.svg)](https://codecov.io/gh/crate-ci/typos) [![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation] ![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) @@ -55,8 +55,8 @@ $ conda install typos ``` Or use [Pacman](https://wiki.archlinux.org/title/pacman) to install: -``` -sudo pacman -S typos +```console +$ sudo pacman -S typos ``` ## Getting Started @@ -185,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). +