README.md in synapse_payments-0.6.0 vs README.md in synapse_payments-0.6.1

- old
+ new

@@ -32,12 +32,15 @@ gem update --system gem update gem install bundler --no-rdoc --no-ri 3. From project root run `./bin/setup` script -4. Run `./bin/console` for an interactive prompt with an authenticated client for you to experiment: +4. Run `./bin/console` to experiment with an authenticated `client` and `fingerprint`: ```ruby + fingerprint + # => acb123... + users = client.users.all puts users # => {... ```