diff --git a/Readme.md b/Readme.md index 91dac22..62a7748 100644 --- a/Readme.md +++ b/Readme.md @@ -16,7 +16,7 @@ render backends it only focuses on the actual UI. - Immediate mode graphical user interface toolkit - Single header library - Written in C89 (ANSI C) -- Small codebase (~17kLOC) +- Small codebase (~18kLOC) - Focus on portability, efficiency and simplicity - No dependencies (not even the standard library if not wanted) - Fully skinnable and customizable diff --git a/nuklear.h b/nuklear.h index 693fa9c..d5a4847 100644 --- a/nuklear.h +++ b/nuklear.h @@ -17,7 +17,7 @@ VALUES: - Graphical user interface toolkit - Single header library - Written in C89 (a.k.a. ANSI C or ISO C90) - - Small codebase (~17kLOC) + - Small codebase (~18kLOC) - Focus on portability, efficiency and simplicity - No dependencies (not even the standard library if not wanted) - Fully skinnable and customizable