Skip to content

Commit

Permalink
[doc minor] turn JSON into actually valid JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c committed Sep 5, 2013
1 parent 17c4705 commit 0655d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -63,11 +63,11 @@ When `solenoid` starts an application it performs the following operation:
"runDir": "/opt/run"
"engines": {
"node": {
"default": '0.6.x',
"path": '/opt/engines/node'
"default": "0.6.x",
"path": "/opt/engines/node"
}
}
}
```

#### Copyright (C) Nodejitsu 2013
#### Copyright (C) Nodejitsu 2013

0 comments on commit 0655d43

Please sign in to comment.