summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-13 19:41:46 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-13 19:41:46 -0500
commit056c18645929da1a86de2e2e30ceb6542d1362a0 (patch)
treea213a0a77d343951387f52cfb3212ada3a7ef7d7
parent0b6c882150f0ee2a132d9c68cbfcd9c99eda5f11 (diff)
Crop images so that out-of-date command is not visible
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bd26b3b1..bc244815 100644
--- a/README.md
+++ b/README.md
@@ -131,12 +131,12 @@ Here's what `git show` can look like with git configured to use delta:
<tr>
<td>
<img width=500px style="border: 1px solid black"
- src="https://user-images.githubusercontent.com/52205/80850197-b8f5a000-8be8-11ea-8c9e-29c5b213c4b7.png"
+ src="https://user-images.githubusercontent.com/52205/149431273-e3ad049d-771e-4186-869d-0e57967958a6.png"
alt="image" />
</td>
<td>
<img width=450px style="border: 1px solid black"
- src="https://user-images.githubusercontent.com/52205/80850237-e04c6d00-8be8-11ea-9027-0d2ea62f15c2.png"
+ src="https://user-images.githubusercontent.com/52205/149431419-48836001-2afc-4fd0-97ad-561a69b71db7.png"
alt="image" />
</td>
</tr>