Skip to content

Commit 0b6b55a

Browse files
authored
minor stylistic change
1 parent 9fc9f58 commit 0b6b55a

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
@@ -1,6 +1,6 @@
11
A simple C++ OpenGL wrapper library inspired by [Processing](https://processing.org).
22

3-
## features
3+
## Features
44
* orthographic and perspective projection
55
* window handling
66
* complete matrix handling
@@ -9,7 +9,7 @@ A simple C++ OpenGL wrapper library inspired by [Processing](https://processing.
99

1010
Check [examples](https://github.com/flightcoded/fly-graphics/tree/master/examples).
1111

12-
## dependencies
12+
## Dependencies
1313
* [GLAD](https://glad.dav1d.de) (configured for OpenGL 3.3 Core)
1414
* [GLFW](https://www.glfw.org)
1515
* [GLM](https://github.com/g-truc/glm)

0 commit comments

Comments
 (0)