summaryrefslogtreecommitdiffhomepage
path: root/parser/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-02 12:00:23 +0100
committerGitHub <[email protected]>2021-11-02 12:00:23 +0100
commit290d68c11e0e2e137c1374fa9d3a404058ab8fc5 (patch)
tree8c7de4feca89e1dc0dc88c1dc16b2862e6a84c7f /parser/README.md
parent2c8bc8ad47e6ab8b2f5c15e84ee97f20a1430932 (diff)
downloadraylib-290d68c11e0e2e137c1374fa9d3a404058ab8fc5.tar.gz
raylib-290d68c11e0e2e137c1374fa9d3a404058ab8fc5.zip
Update README.md
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md4
1 files 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 `<string.h>` 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)