Skip to content

Commit 2c9fdfc

Browse files
committed
format README
1 parent 9431ab6 commit 2c9fdfc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ SPDX-License-Identifier: <SPDX License Expression>
44

55
# beman.inplace\_vector
66

7+
![Continuous Integration Tests](https://github.com/beman-project/inplace_vector/actions/workflows/ci_tests.yml/badge.svg)
8+
![Code Format](https://github.com/beman-project/inplace_vector/actions/workflows/pre-commit.yml/badge.svg)
9+
710
A dynamically-resizable vector with fixed capacity and embedded storage
811

912
## Implements
@@ -44,7 +47,7 @@ TODO: tested platforms.
4447

4548
#### Manual CMake Build
4649

47-
```
50+
```text
4851
# Configure build
4952
$ cmake -S . -B build -DCMAKE_CXX_STANDARD=20
5053
-- The CXX compiler identification is GNU 11.4.0
@@ -87,7 +90,7 @@ This project use [pre-commit](https://pre-commit.com/) framework for linting.
8790
pip3 install pre-commit
8891
```
8992

90-
[pre-commit] can be configured to automatically triggered before git commit,
93+
pre-commit can be configured to automatically triggered before git commit,
9194
to install this functionality, run:
9295

9396
```bash

0 commit comments

Comments
 (0)