Skip to content

Commit d001333

Browse files
authored
docs: fix typo (#542)
1 parent e83b42e commit d001333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Check out documentation and other usage examples in the [`docs` directory](./doc
116116
- `restartTries`: how many attempts to restart a process that dies will be made. Default: `0`.
117117
- `restartDelay`: how many milliseconds to wait between process restarts. Default: `0`.
118118
- `timestampFormat`: a [Unicode format](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table)
119-
to use when prefixing with `time`. Default: `yyyy-MM-dd HH:mm:ss.ZZZ`
119+
to use when prefixing with `time`. Default: `yyyy-MM-dd HH:mm:ss.SSS`
120120
- `additionalArguments`: list of additional arguments passed that will get replaced in each command. If not defined, no argument replacing will happen.
121121

122122
> **Returns:** an object in the shape `{ result, commands }`.

0 commit comments

Comments
 (0)