Skip to content

Commit 82e9ca2

Browse files
committedFeb 17, 2015
Update README.md
1 parent 988d8d2 commit 82e9ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ String with comma separated file extensions to watch. By default, nodemon watche
168168
#### watch
169169
Type: `Array` of `Strings` Default: `['.']`
170170

171-
List of additional folders to watch for changes.
171+
List of folders to watch for changes. By default nodemon will traverse sub-directories, so there's no need in explicitly including sub-directories.
172172

173173
#### delay
174174
Type: `Number` Default: `1000`

0 commit comments

Comments
 (0)
Please sign in to comment.