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

- old
+ new

@@ -93,11 +93,11 @@ ![alt text](https://raw.githubusercontent.com/bachya/cli-utils/master/res/readme-images/prettyio-gnarly-text.png "Complex Colored Text via PrettyIO") Naturally, memorizing the ANSI color scheme is a pain, so PrettyIO gives you a convenient method to look up these color combinations: ```ruby -color_chart +CLIUtils::PrettyIO.color_chart ``` ![alt text](https://raw.githubusercontent.com/bachya/cli-utils/master/res/readme-images/prettyio-color-chart.png "PrettyIO Color Chart") ## Messenging @@ -218,10 +218,10 @@ ``` ### Loading a Configuration File ```Ruby -load_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