Skip to content

Commit fbf524e

Browse files
committed
doc: update readme
1 parent 5d5d18e commit fbf524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main() {
3333
const auto& v5 = r.GetVector<std::string>("section2", "any_vec"); // ["1", "2", "3"]
3434

3535
// And also support writing to new ini file.
36-
r.InsertEntry("new_section", "key1", 5); // section and key not exist
36+
r.InsertEntry("new_section", "key1", 5); // Create new entry
3737
inih::INIWriter::write("output.ini", r); // Dump ini to file
3838

3939
return 0;

0 commit comments

Comments
 (0)