From ff30d4879fca8a72e2ddf2f79e948101ce5c34a2 Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 8 Oct 2024 16:43:57 -0700 Subject: [PATCH] fix readme lmao --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee0bfe1..19e9120 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ run `pupdate -h` for help with arguments. with no arguments, pupdate will update ```json { - "remotes": ["username@remote"], - "log_dir": "/path/to/log/directory" + "remotes": ["username@remote"], + "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. -```