mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
docs(readme): fix typos (#1220)
This commit is contained in:
parent
0399bea51e
commit
bd0f1aee18
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ Use:
|
||||||
tools/plex-boostraptest.py
|
tools/plex-boostraptest.py
|
||||||
|
|
||||||
with appropriate
|
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.
|
It uses `official docker image`_ to create a proper instance.
|
||||||
|
|
||||||
For skipping the docker and reuse a existing server use
|
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?**
|
**Why don't you offer feature XYZ?**
|
||||||
|
|
||||||
This library is meant to be a wrapper around the XML pages the Plex
|
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
|
XML pages, please let us know! -- Adding additional features beyond that
|
||||||
should be done outside the scope of this library.
|
should be done outside the scope of this library.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue