Skip to content

Commit ee5d5a4

Browse files
authored
Reduced size of Cmake headings in README
1 parent eba109d commit ee5d5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CircularBuffer_CPP
1+
CircularBuffer
22
===========
33

44
[![Actions Status](https://github.com/vinitjames/circularbuffer_CPP/workflows/Build%20and%20Test/badge.svg)](https://github.com/vinitjames/circularbuffer_CPP/actions)
@@ -20,10 +20,10 @@ Run:
2020
```
2121
git clone https://github.com/vinitjames/circularbuffer_CPP.git
2222
```
23-
# Without CMAKE
23+
## Without CMAKE
2424
copy circular_buffer.h to your project
2525

26-
# With CMAKE
26+
## With CMAKE
2727
To locally build and run test run the following commands
2828
```sh
2929
$ mkdir build

0 commit comments

Comments
 (0)