diff options
| author | Levent Kaya <42411502+lvntky@users.noreply.github.com> | 2024-11-29 00:41:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 00:41:21 +0300 |
| commit | b0e7757f8a0c37a4ebba0d694af660f9a4ab59f1 (patch) | |
| tree | 4b3cdca851faadd84328462516c16bcb04fe67ff /README.md | |
| parent | 70216a443f861a2afefe3e04309e0ebc16711ce4 (diff) | |
[docs] typo fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
