Skip to content

Commit

Permalink
Clear up description
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed Aug 15, 2017
1 parent dc204ad commit b8ef9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here is a table of all the possible options per process.
|`name`|This is the name of the process, used when resolving dependencies, and for writing to the log.|Yes|
|`command`|This is the actual terminal command to run. Write here exactly like you would on your normal terminal. Does not support piping between processes.|Yes|
|`autoRestart`|Set to true to have the process automatically be restarted when it closes. Mutually exclusive with `after`|No|
|`after`|The name of this process, **this** process should be run after. Mutually exclusive with `autoRestart`|No|
|`after`|The name of the process, **this** process should be run after. Mutually exclusive with `autoRestart`|No|

A more involved example:
```json
Expand Down

0 comments on commit b8ef9a4

Please sign in to comment.