We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba109d commit ee5d5a4Copy full SHA for ee5d5a4
README.md
@@ -1,4 +1,4 @@
1
-CircularBuffer_CPP
+CircularBuffer
2
===========
3
4
[](https://github.com/vinitjames/circularbuffer_CPP/actions)
@@ -20,10 +20,10 @@ Run:
20
```
21
git clone https://github.com/vinitjames/circularbuffer_CPP.git
22
23
-# Without CMAKE
+## Without CMAKE
24
copy circular_buffer.h to your project
25
26
-# With CMAKE
+## With CMAKE
27
To locally build and run test run the following commands
28
```sh
29
$ mkdir build
0 commit comments