Update README.md

Wrong example for file name rule
This commit is contained in:
N0ffie 2025-04-12 20:29:15 +02:00
parent 28ce6dcff7
commit d2ff63b087

View file

@ -18,7 +18,7 @@ This document outlines the coding standards and best practices for the CIGUI lib
- Header files: `.hpp` for C++ headers, `.h` for C-compatible headers
- Implementation files: `.cpp`
- Template implementation files: `.inl`
- File names: PascalCase (e.g., `grid_layout.hpp`)
- File names: PascalCase (e.g., `GridLayout.hpp`)
#### Classes and Types