README.md in berycoin-gem-0.1.2 vs README.md in berycoin-gem-0.1.3
- old
+ new
@@ -8,10 +8,10 @@
bery_info = Berycoin::Control::getinfo
puts bery_info["version"]
puts bery_info["protocolversion"]
puts Berycoin::Wallet::listaccounts
-@balance = Berycoin::Wallet::getbalance
+puts Berycoin::Wallet::getbalance
```
## Installation
Add this line to your application's Gemfile: