Skip to content

Commit 68936d9

Browse files
mileungremy
authored andcommitted
docs: quotes (#1465)
Added quotes around the `console.clear` section of the "How to clear the console on restart" section. [skip ci]
1 parent aa0e45a commit 68936d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In your `nodemon.json` (or in your `package.json`) you can include the follow ev
1313
```json
1414
{
1515
"events": {
16-
"start": "node -e console.clear()"
16+
"start": "node -e 'console.clear()'"
1717
}
1818
}
1919
```

0 commit comments

Comments
 (0)