Skip to content

Commit bebb22c

Browse files
committed
Update project structure section in README with code block formatting
1 parent c009f01 commit bebb22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ overwrite_buf.push_back(4); // Overwrites 1
8989
9090

9191
Project Structure
92-
92+
```bash
9393
RingBuffer/
9494
├── CMakeLists.txt # CMake build config with GoogleTest support
9595
├── RingBuffer.hpp # Header-only ring buffer implementation
9696
├── test_main.cpp # Unit tests using GoogleTest
9797
├── LICENSE # MIT License
9898
└── README.md # This file
99-
99+
```
100100

101101

102102

0 commit comments

Comments
 (0)