Update README.rst (#538)

Fix README typo
This commit is contained in:
brooss 2020-08-01 21:57:34 +10:00 committed by GitHub
parent 6573b8b562
commit 5239bc522c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ the top left above your available libraries.
plex = account.resource('<SERVERNAME>').connect() # returns a PlexServer instance
If you want to avoid logging into MyPlex and you already know your auth token
string, you can use the PlexServer object directly as above, but passing in
string, you can use the PlexServer object directly as above, by passing in
the baseurl and auth token directly.
.. code-block:: python