From 248a5265067d2afc683e5823cebcdb31eb8dde56 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 23 Dec 2023 11:46:35 +0100 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e73ac..aeb0898 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This prompt is a port of the "Informative git prompt for zsh" which you can find [here](https://github.com/olivierverdier/zsh-git-prompt) -A `bash``prompt that displays information about the current git repository. +A `bash` prompt that displays information about the current git repository. In particular the branch name, difference with remote branch, number of files staged, changed, etc.