From 290d68c11e0e2e137c1374fa9d3a404058ab8fc5 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Nov 2021 12:00:23 +0100 Subject: [PATCH] Update README.md --- parser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/README.md b/parser/README.md index 6deaff69..d4834536 100644 --- a/parser/README.md +++ b/parser/README.md @@ -1,4 +1,4 @@ -## raylib parser +# raylib parser This parser scans [`raylib.h`](../src/raylib.h) to get information about `structs`, `enums` and `functions`. All data is separated into parts, usually as strings. The following types are used for data: @@ -62,4 +62,4 @@ This parser **does not require `` library**, all data is parsed direct raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software: -Copyright (c) 2021 Ramon Santamaria (@raysan5) \ No newline at end of file +Copyright (c) 2021 Ramon Santamaria (@raysan5)