Skip to content

Commit 43bf3b0

Browse files
committed
Merge pull request #188 from DavidS/fix-readme
(maint) Fix README for ini_setting parameters
2 parents 2fbeac2 + 53606a2 commit 43bf3b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ Determines whether the specified setting should exist. Valid options: 'present'
302302

303303
##### `section`
304304

305-
*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.
305+
*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.
306306

307307
##### `setting`
308308

309-
*Optional.* The name of the setting to define. Valid options: a string.
309+
*Required.* Designates a setting to manage within the specified INI file and section. Valid options: a string.
310310

311311
##### `value`
312312

0 commit comments

Comments
 (0)