README.md in korben-0.0.2 vs README.md in korben-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ # Korben -TODO: Write a gem description +A really simple configuration tool ## Installation Add this line to your application's Gemfile: @@ -16,12 +16,12 @@ $ gem install korben ## Usage -Add configuration to initializers files kc_config.rb +Add configuration to initializers files k_config.rb - KcConfig.setup do |config| + KConfig.setup do |config| config.const_name = "MyConf" end MyConf.load!( { foo: 'bar' } ) Anywhere in your code have access to