diff --git a/README.md b/README.md index 02143e4..6ed1912 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ client.get_invoice() ## Storing the client object for later -You do not need to store any tokens or private keys. Simply `pickle` the client object and save it to your persistent storage method (Redis, SQLAlchemy, etc). Pull it from persistent storage later, unpickle it, and perform any of the methods above on it which you may need. +You do not need to store any tokens or private keys. Simply `pickle` the client object and save it to your persistent storage method (Redis, SQLAlchemy, etc). Pull it from persistent storage later, unpickle it, and perform any of the methods above on it which you may need. You must save the object to persistent storage if you wish for the pairing to persist beyond being stored in memory. ## Creating a client the manual way (not necessary if you used the 'easy' method above)