From bd0f1aee184ccbc4c4047b14e52e64db7eac327a Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:09:36 -0400 Subject: [PATCH] docs(readme): fix typos (#1220) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6a1c7cfd..1bf16e94 100644 --- a/README.rst +++ b/README.rst @@ -189,7 +189,7 @@ Use: tools/plex-boostraptest.py with appropriate -arguments and add this new server to a shared user which username is defined in environment veriable `SHARED_USERNAME`. +arguments and add this new server to a shared user which username is defined in environment variable `SHARED_USERNAME`. It uses `official docker image`_ to create a proper instance. For skipping the docker and reuse a existing server use @@ -244,7 +244,7 @@ match with the provided XML documents. **Why don't you offer feature XYZ?** This library is meant to be a wrapper around the XML pages the Plex -server provides. If we are not providing an API that is offerered in the +server provides. If we are not providing an API that is offered in the XML pages, please let us know! -- Adding additional features beyond that should be done outside the scope of this library.