summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()