From 5e6e30660825cc6319fe22cb94465a87679d592e Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Sun, 17 Dec 2023 16:55:02 -0500 Subject: [PATCH] chore: fix whitespace problem --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7449201..a4d46f2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ The structure of the prompt is the following: ``` * `branch_name`: Name of the current branch or warning message if HEAD is detached. -* `upstream`: Name of the remote branch or warning message if no remote branch - is set. +* `upstream`: Name of the remote branch or warning message if no remote branch is set. Since a remote either exists or does not, you will only see at most one message in this section. By default, the prompt will not show the name of the remote branch, but it will show if no remote is set. However, you can configure the two options separately as well.