diff --git a/README.md b/README.md index 05b09e1b..8ee8bfdf 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ You can define parameters for your apps in `processes.json`: "port" : 9005 }, { "name" : "auto-kill", - "script" : "./examples/killfast.js" + "script" : "./examples/killfast.js", "min_uptime" : "100", "exec_mode" : "fork_mode", }]