From 84ef0578edd0e81edb1be298eaff994344d7a3c2 Mon Sep 17 00:00:00 2001 From: vl4dd Date: Fri, 2 Apr 2021 15:48:59 +0200 Subject: [PATCH] fix typo in the readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 616da35..7444eb2 100644 --- a/readme.md +++ b/readme.md @@ -84,12 +84,12 @@ Tig allows you to browse changes in a Git repository and can additionally act as When browsing repositories, Tig uses the underlying Git commands to present the user with various views, such as summarized commit log and showing the commit with the log message, diffstat, and the diff. -> tig +> $ tig ## tig ![tig](img/tig.PNG) -> git log --graph +> $ git log --graph ## git log ![git log](img/git_log.PNG)