README.md in runcom-0.1.0 vs README.md in runcom-0.2.0

- old
+ new

@@ -60,14 +60,14 @@ # Usage Start by leveraging the `Runcom::Configuration` object as follows: - configuration = Runcom::Configuration file_name: ".examplerc" + configuration = Runcom::Configuration.new file_name: ".examplerc" There is optional support for default settings too: - configuration = Runcom::Configuration file_name: ".examplerc", defaults: {name: "Example"} + configuration = Runcom::Configuration.new file_name: ".examplerc", defaults: {name: "Example"} Default settings will be overwitten if matching local or global setting keys are detected. Order of precedence is determined as follows: 0. Local (i.e. `<current working directory>/.examplerc`)