summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevent Kaya <42411502+lvntky@users.noreply.github.com>2024-11-29 00:41:21 +0300
committerGitHub <noreply@github.com>2024-11-29 00:41:21 +0300
commitb0e7757f8a0c37a4ebba0d694af660f9a4ab59f1 (patch)
tree4b3cdca851faadd84328462516c16bcb04fe67ff
parent70216a443f861a2afefe3e04309e0ebc16711ce4 (diff)
[docs] typo fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4ffc8f..4cb5440 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,8 @@ while also defining the `FBGL_IMPLEMENTATION` macro in one of your source files.
Here’s a simple program that initializes the framebuffer, clears it to a blue color, and draws a red diagonal line.
```c
-#include "fbgl.h"
#define FBGL_IMPLEMENTATION
+#include "fbgl.h"
#include <stdio.h>
int main()