From b5e68821779a09575ea55a3075199be1ad17a6df Mon Sep 17 00:00:00 2001 From: carlocorradini Date: Wed, 11 Oct 2023 14:27:14 +0200 Subject: [PATCH] docs: fix typo --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5870e8e..4a09ec2 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ See [CONTRIBUTING](./CONTRIBUTING.md) guidelines ### Requirements -| **Name** | **Homepage** | **Required** | **Notes** | -| -------------- | ---------------------------------------------- | :----------------: | --------------------------------------------------------------------------------------------------------------- | -| `CXX Compiler` | | :heavy_check_mark: | [`GCC`](https://gcc.gnu.org) \| [Clang](https://clang.llvm.org) \| [`MSVC`](https://visualstudio.microsoft.com) | -| `CMake` | | :heavy_check_mark: | _Version `>= 3.14`_ | +| **Name** | **Homepage** | **Required** | **Notes** | +| -------------- | ---------------------------------------------- | :----------------: | ----------------------------------------------------------------------------------------------------------------- | +| `CXX Compiler` | | :heavy_check_mark: | [`GCC`](https://gcc.gnu.org) \| [`Clang`](https://clang.llvm.org) \| [`MSVC`](https://visualstudio.microsoft.com) | +| `CMake` | | :heavy_check_mark: | _Version `>= 3.14`_ | | `Clang Format` | | :x: | | `Clang Tidy` | | :x: | | `Cppcheck` | | :x: | -| `Cpplint` | | :x: | `pip install cpplint` | -| `cmake lang` | | :x: | `pip install cmakelang[YAML]` | -| `Doxygen` | | :x: | Documentation | +| `Cpplint` | | :x: | `pip install cpplint` | +| `cmake lang` | | :x: | `pip install cmakelang[YAML]` | +| `Doxygen` | | :x: | Documentation | ### Build Options -- 2.11.4.GIT