README.md in monzo-0.1.0 vs README.md in monzo-0.2.0
- old
+ new
@@ -53,9 +53,19 @@
```ruby
# Find all Monzo Accounts
Monzo::Account.all
```
+### Pots
+
+A Pot is a place to keep some money separate from your main spending account.
+[Docs](https://monzo.com/docs/#pots)
+
+```ruby
+# Find all Monzo Pots
+Monzo::Pot.all
+```
+
### Balance
Retrieve information about an account’s balance. [Docs](https://monzo.com/docs/#balance)
```ruby