Update README.md

This commit is contained in:
Phin 2018-04-25 01:05:27 +05:30
parent e340d22fe9
commit d095d82ed6

View file

@ -12,7 +12,7 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
Add your configuration(s) into the `plexConfigs` list on line 24. Add your configuration(s) into the `plexConfigs` list on line 24.
### Example #### Example
```python ```python
plexConfigs = [ plexConfigs = [
@ -21,7 +21,7 @@ plexConfigs = [
] ]
``` ```
### Valid Parameters #### Parameters
* `serverName` - Name of the Plex Media Server to connect to * `serverName` - Name of the Plex Media Server to connect to
* `username` - Username of the account the server is signed in as * `username` - Username of the account the server is signed in as