fix typo in the readme.md

This commit is contained in:
vl4dd 2021-04-02 15:48:59 +02:00
parent dd7268c9f9
commit 84ef0578ed
1 changed files with 2 additions and 2 deletions

View File

@ -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)