Skip to content

Commit c26f696

Browse files
committed
Update README.md
1 parent b1faddb commit c26f696

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
@@ -68,7 +68,7 @@ if (auto textureFile = vfs->OpenFile(CFileInfo("/resources/background.pvr"), IFi
6868
}
6969
```
7070

71-
# How To Integrate with cmake
71+
## How To Integrate with cmake
7272

7373
- Add vfspp as submodule to your project
7474
```bash
@@ -90,7 +90,7 @@ target_compile_features(<your_project> PRIVATE cxx_std_17)
9090

9191
See examples/CMakeLists.txt for example of usage
9292

93-
# How To Build Example #
93+
## How To Build Example #
9494

9595
- Navigate to 'examples' directory
9696
```bash

0 commit comments

Comments
 (0)