Skip to content

Commit 4cc622a

Browse files
committed
README update
1 parent 5987ea2 commit 4cc622a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ To set the `Plex Path` for the run:
190190
* **Environment Variable:** `PLEX_PATH=C:\Plex Media Server`
191191
192192
* **Shell Command:** `-p "C:\Plex Media Server"` or `--plex "C:\Plex Media Server"`
193-
194-
* * Will also check `/plex` relative to the base directory of the script if neither of the above are specified.
193+
194+
**Will also check `/plex` relative to the base directory of the script if neither of the above are specified.**
195195
196196
#### Mode
197197
@@ -343,19 +343,19 @@ The example above is detailed out below to better explain how it works:
343343
344344
* Run at 8:00 AM on Sundays with the Options: `mode: clear`
345345
346-
* `08:00|weekly(sunday)|mode=remove`
346+
* `08:00|weekly(sunday)|mode=remove`
347347
348-
* `time |frequency |options`
348+
* `time |frequency |options`
349349
350350
* Run at 9:00 AM on Sundays with the Options: `mode: move`
351351
352-
* `09:00|weekly(sunday)|mode=move`
352+
* `09:00|weekly(sunday)|mode=move`
353353
354-
* `time |frequency |options`
354+
* `time |frequency |options`
355355
356356
* Run at 10:00 AM on the 1st of each month with the Options: `mode: nothing` and `photo-transcoder: true`
357357
358-
* `10:00|monthly(1)|mode=nothing;photo-transcoder=true`
358+
* `10:00|monthly(1)|mode=nothing;photo-transcoder=true`
359359
360-
* `time |frequency |options`
360+
* `time |frequency |options`
361361

0 commit comments

Comments
 (0)