Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Autodidac authored Aug 30, 2024
1 parent ec1b88c commit 6246c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A minimal and efficient C++20 glTF serializer/deserializer with a header-only de
/YourProject
├── /include # Directory for all header files (header-only library code)
│ ├── minimalgltf.hpp # Main glTF parser and serializer/deserializer header
│ ├── cpp_mingltf.hpp # Main glTF parser and serializer/deserializer header
│ └── ... # Other utility headers or single-file libraries
├── /src # Source directory (only for example or demo applications)
Expand Down

0 comments on commit 6246c4f

Please sign in to comment.