Skip to content

Commit 3c97754

Browse files
committed
fixed grammar
1 parent 5c9e04f commit 3c97754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File Watcher
22

3-
File Watcher is an application designed to monitor folders and files on the local system. When specific changes are detected a notification, can be sent to and endpoint via an API request, an action (copy, move, delete) can be performed, or a command executed.
3+
File Watcher is an application designed to monitor folders and files on the local system. When specific changes are detected a notification, can be sent to an endpoint via an API request, an action (copy, move, delete) can be performed, or a command executed.
44

55
## Features
66

@@ -10,15 +10,15 @@ File Watcher includes the following:
1010

1111
**Exclude, or include, specific files and folders.** Files and folders can be excluded from monitoring based on the name, attribute, or path.
1212

13-
**Send notifications to an API endpoint.** Send an API request to an endpoint on a creation, modification, or deletion of a file or folder.
13+
**Send notifications to an API endpoint.** Send an API request to an endpoint when a file or folder is created, modified, or deleted.
1414

1515
**Perform an action.** Copy, move, or delete a file or folder when a change is detected.
1616

1717
**Run a command.** Run a command, such as an executable or script, when a file or folder change is detected.
1818

19-
**Portable.** No installation is required. Download the [latest release](https://github.com/TechieGuy12/FileWatcher/releases/latest) and unzip the contents to a folder. Create the [configuration file](https://github.com/TechieGuy12/FileWatcher/wiki/Configuration-File) and then run the executable.
19+
**Portable.** No installation is required. Download the [latest release](https://github.com/TechieGuy12/FileWatcher/releases/latest) and unzip the contents into a folder. Create the [configuration file](https://github.com/TechieGuy12/FileWatcher/wiki/Configuration-File) and then run the executable.
2020

21-
**Low resource usage.** With 7 watches monitoring a mix of internal and USB-connected external hard drives, File Watcher uses less than 40 MB of RAM, and negligible CPU usage.
21+
**Low resource usage.** With 7 watches monitoring a mix of internal and USB-connected external hard drives, File Watcher uses less than 40 MB of RAM and negligible CPU usage.
2222

2323
**Logging.** Writes to a log file, that includes rollover functionality.
2424

0 commit comments

Comments
 (0)