diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:27:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:49 +0700 |
commit | f8224d9c456f7df538a6f7e3d9c30ec671c1c3ca (patch) | |
tree | e0913eb3e9dd7246c7c71eb98782c809e846801d /development | |
parent | d7ed0581c8c255c0d7e4bd20d9744e8a517b2452 (diff) | |
download | slackbuilds-f8224d9c456f7df538a6f7e3d9c30ec671c1c3ca.tar.gz |
development/watchman: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/watchman/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/watchman/README b/development/watchman/README index 7c2ef0fe9b..e55abe1ff9 100644 --- a/development/watchman/README +++ b/development/watchman/README @@ -3,8 +3,8 @@ trigger actions (such as rebuilding assets) when matching files change. Concepts: -- Watchman can recursively watch one or more directory trees (we call them - roots). +- Watchman can recursively watch one or more directory trees (we call + them roots). - Watchman does not follow symlinks. It knows they exist, but they show up the same as any other file in its reporting. |