Skip to content

Commit

Permalink
[doc] Update README.md for args information.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 31, 2015
1 parent 9ee52f2 commit 602ff87
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,23 @@ JSON configuration files can also be used to define the startup options for *mul

```
[
{
// App1
"uid": "app1",
"append": true,
"watch": true,
"script": "index.js",
"sourceDir": "/home/myuser/app1"
},
{
// App2
"uid": "app2",
"append": true,
"watch": true,
"script": "index.js",
"sourceDir": "/home/myuser/app2"
}
{
// App1
"uid": "app1",
"append": true,
"watch": true,
"script": "index.js",
"sourceDir": "/home/myuser/app1"
},
{
// App2
"uid": "app2",
"append": true,
"watch": true,
"script": "index.js",
"sourceDir": "/home/myuser/app2",
"args": ["--port", "8081"]
}
]
```

Expand Down

0 comments on commit 602ff87

Please sign in to comment.