README.md in cliutils-1.2.2 vs README.md in cliutils-1.2.3

- old
+ new

@@ -218,10 +218,10 @@ ``` ### Loading a Configuration File ```Ruby -CLIUtils::Configuration.configuration = ('~/.my-app-config') +CLIUtils::Configuration.configuration = '~/.my-app-config' ``` If there's data in there, it will be consumed into `configuration`'s `data` property. ### Adding/Removing Sections