Explorar el Código

Merge pull request #188 from DavidS/fix-readme

(maint) Fix README for ini_setting parameters
TP Honey hace 8 años
padre
commit
43bf3b0b78
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.markdown

+ 2 - 2
README.markdown

@@ -302,11 +302,11 @@ Determines whether the specified setting should exist. Valid options: 'present'
 
 ##### `section`
 
-*Required.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Valid options: a string.
+*Optional.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Defaults to "". Valid options: a string.
 
 ##### `setting`
 
-*Optional.* The name of the setting to define. Valid options: a string.
+*Required.* Designates a setting to manage within the specified INI file and section. Valid options: a string.
 
 ##### `value`