Skip to content

Commit c615fb6

Browse files
authored
Update README.md
Modified the line count (while still small, minIni has grown).
1 parent 95fa481 commit c615fb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# minIni
2-
minIni is a portable and configurable library for reading and writing ".INI" files. At 830 lines of commented source
3-
code
4-
(version 1.2), minIni truly is a "mini" INI file parser, especially considering its features.
2+
minIni is a portable and configurable library for reading and writing ".INI" files. At just below 900 lines of commented source
3+
code, minIni truly is a "mini" INI file parser, especially considering its features.
54

65
The library does not require the file I/O functions from the standard C/C++ library, but instead lets you configure
76
the file I/O interface to use via macros. minIni uses limited stack space and does not use dynamic memory (malloc and

0 commit comments

Comments
 (0)