Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SSARCandy committed Jul 28, 2020
1 parent 5d5d18e commit fbf524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main() {
const auto& v5 = r.GetVector<std::string>("section2", "any_vec"); // ["1", "2", "3"]

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

return 0;
Expand Down

0 comments on commit fbf524e

Please sign in to comment.