From c4f952c0233c38dd89cd5bea236cce95712edb4e Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sun, 29 Jan 2017 14:41:57 +0100 Subject: [PATCH] fix typo; update gif --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ea1229..1952399 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Simple and handy tool to easily recall what you've done -![git recall](http://imgur.com/bq9kRez.gif) +![git recall](http://imgur.com/zuw2LqW.gif) ## Purpose @@ -32,7 +32,7 @@ $ git recall [-a ] Once the commits are displayed, you can use either the `arrow keys` or `j/k` to switch between commits, press `TAB` to `expand/reduce` the commit's diff or `q` to quit. -##### Limitaions: +##### Limitations: when the number of lines between the commits list and a commit's diff is higher than the current terminal session's number of lines, the result will be displayed using the [`less`](http://www.tutorialspoint.com/unix_commands/less.htm) program which will open the diff in a separate screen.