Skip to content

Commit

Permalink
docs: quotes (#1465)
Browse files Browse the repository at this point in the history
Added quotes around the `console.clear` section of the "How to clear the console on restart" section.

[skip ci]
  • Loading branch information
mileung authored and remy committed Nov 27, 2018
1 parent aa0e45a commit 68936d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Expand Up @@ -13,7 +13,7 @@ In your `nodemon.json` (or in your `package.json`) you can include the follow ev
```json
{
"events": {
"start": "node -e console.clear()"
"start": "node -e 'console.clear()'"
}
}
```
Expand Down

0 comments on commit 68936d9

Please sign in to comment.