fix readme lmao

This commit is contained in:
zyl 2024-10-08 16:43:57 -07:00
parent 1201971510
commit ff30d4879f
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -10,9 +10,9 @@ run `pupdate -h` for help with arguments. with no arguments, pupdate will update
```json ```json
{ {
"remotes": ["username@remote"], "remotes": ["username@remote"],
"log_dir": "/path/to/log/directory" "log_dir": "/path/to/log/directory"
} }
```
if `log_dir` is missing and is not provided when the command is run, no logs from pupdating will be saved. if `log_dir` is missing and is not provided when the command is run, no logs from pupdating will be saved.
```