diff --git a/README.md b/README.md index f5427bd..cf9a7d4 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The underlying `axios` instance is available if these methods don't suffice: const axios = session.axios; ``` -#### Convenience Wrapper +#### Wrapper The `Session` class provides a few convenience methods for performing commonly used REST requests. By no means is this complete, and it's possible the API will change in the future.