From b0e7757f8a0c37a4ebba0d694af660f9a4ab59f1 Mon Sep 17 00:00:00 2001 From: Levent Kaya <42411502+lvntky@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:41:21 +0300 Subject: [docs] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 int main() -- cgit v1.2.3