Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzw committed May 13, 2024
1 parent f7b2e6f commit 7c1e114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ This repository is a good start, and you can build your project from here.

## Features

This demo project include almost everything that a rigorous project should have.
This demo project includes almost everything that a rigorous project should have.

* CMake support
* Code sanitizer
* Code coverage
* GoogleTest and Google Benchmark support
* Doxygen and a builtin theme
* Clang format and clang tidy support
* CMake ExternalProject based third party management
* CMake ExternalProject based dependency management
* CPack based package support
* Dev Container support
* Github workflows support
Expand Down Expand Up @@ -48,9 +48,9 @@ And now you have a container based development environment with all dependencies

## CMake support

Some CMake functions and predefined targets are created to ease of use of CMake.
Some CMake functions and predefined targets are created to ease the use of CMake.

This follow functions are used to add your targets.
The following functions are used to add your targets.
Replace `xxx` to your project name in lower case.
They have covered many details such as clang-tidy, code coverage, code sanitizer and installation.

Expand Down

0 comments on commit 7c1e114

Please sign in to comment.