From 8fb27bc1d7f683b63e61c51688819342ee9fe07f Mon Sep 17 00:00:00 2001 From: Christopher Meyer Date: Wed, 1 May 2024 14:22:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.