Skip to content

Commit a442315

Browse files
missing comma in json example
1 parent f10c967 commit a442315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If no destination is specified after the `-d` flag the device's **Document** fol
124124
```json
125125
{
126126
"save_dir": "/Users/devin/Documents/Supernote",
127-
"device_url": "http://192.168.1.105:8089/"
127+
"device_url": "http://192.168.1.105:8089/",
128128
"num_backups": 7,
129129
"cleanup": true,
130130
"truncate_log": 500

0 commit comments

Comments
 (0)