Skip to content

Commit d358b0e

Browse files
committed
Added verbose option to example config
1 parent d5d4707 commit d358b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ cd Auto-deploy
2020
"branch": "main",
2121
"start": "npm run start",
2222
"setup": "npm install",
23-
"frequency": 5
23+
"frequency": 5,
24+
"verbose": false
2425
}
2526
```
2627
3. Start the script using [NodeJS](https://nodejs.org/en/download/)

0 commit comments

Comments
 (0)