README.md in zold-0.14.33 vs README.md in zold-0.14.34
- old
+ new
@@ -245,11 +245,12 @@
Then, you need to create three objects:
```ruby
require 'zold/wallets'
+require 'zold/sync_wallets'
require 'zold/remotes'
-wallets = Zold::Wallets.new(home)
+wallets = Zold::SyncWallets.new(Zold::Wallets.new(home))
remotes = Zold::Remotes.new(File.join(home, 'remotes'))
copies = File.join(home, 'copies')
```
The first step is to update the list of remote nodes, in order