diff --git a/README.md b/README.md index 761bf88..b2075ac 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ TODO :-/ key1 = MyINI.getKeyValue("section1","key1") print(key1) # will output 12 MyINI.setAddKeyValue("section1","key2",42) - MyINI.write(False) + MyINI.writeFile(False) **Output INI:**