README.md in berycoin-gem-0.1.0 vs README.md in berycoin-gem-0.1.1

- old
+ new

@@ -2,16 +2,16 @@ Welcome to Berycoin gem for Ruby and Rails developers, it helps you interact with Berycoin node, It is really a wrapper for berycoin ```ruby -puts Berycoin::Blockchain::getnewaddress -bery_info = Berycoin::Control::getinfo +puts Berycoin::Gem::Blockchain::getnewaddress +bery_info = Berycoin::Gem::Control::getinfo puts bery_info["version"] puts bery_info["protocolversion"] -puts Berycoin::Wallet::listaccounts -@balance = Berycoin::Wallet::getbalance +puts Berycoin::Gem::Wallet::listaccounts +@balance = Berycoin::Gem::Wallet::getbalance ``` ## Installation Add this line to your application's Gemfile: