README.md in configer-1.1.3 vs README.md in configer-1.1.4

- old
+ new

@@ -31,10 +31,10 @@ ```ruby require "configer" - asdf= Configer::ConfigObject.new( {hello: "world"} ) + asdf= Configer.new( {hello: "world"} ) Configer.mount_yaml out: asdf Configer.mount_json out: asdf puts __config__ \ No newline at end of file