From 74389fb92084b5bbf52887a7173abe896d8e3304 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:01:48 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 1ebb55f..f43190f 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -19,9 +19,9 @@ FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin which updates - The restart command restarts FileMonitor as a Task in Stash. ### Requirements -`pip install stashapp-tools --upgrade` -`pip install pyYAML` -`pip install watchdog` +- `pip install stashapp-tools --upgrade` +- `pip install pyYAML` +- `pip install watchdog` ### Installation - Follow **Requirements** instructions.