diff --git a/README.md b/README.md index 3a7dbe7..412e09e 100644 --- a/README.md +++ b/README.md @@ -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