Skip to content

Commit 22fd035

Browse files
committed
Refine the section titles of the README.md.
1 parent 6068192 commit 22fd035

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ git clone --recursive https://github.com/suikan4github/rpp_driver-sample.git
3838

3939

4040
# Tools and building
41-
## Installing tool
42-
To build the samples or test, you need to install the build tools.
41+
## How to install the tools
42+
To build the samples and/or test, you need to install the build tools.
4343
The installation of Ubuntu is :
4444

4545
```sh
@@ -49,7 +49,7 @@ apt-get -y install gcc-arm-none-eabi libnewlib-arm-none-eabi
4949
apt-get -y install doxygen graphviz
5050
```
5151

52-
## Building the tests
52+
## How to build the tests
5353
The driver classes are tested by GoogleTest and fff. Follow the procedure to build the tests.
5454

5555
From the repository root ( where this README.md stays), run the following commands.
@@ -59,7 +59,7 @@ cmake -B build -S . -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
5959
cmake --build build --config Debug --target all
6060
```
6161

62-
## Building document
62+
## How to build the document
6363
An API document is provided as HTML files.
6464
To obtain it, run doxygen at the project root ( where the README.md exists).
6565

0 commit comments

Comments
 (0)