summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-03 22:07:49 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-03 22:07:49 -0400
commit49400c7cc446fce4e6295d4b2f8cf1b1073047e3 (patch)
treec04f34fb64f564aa27df4180eddab2f8f085efdd /README.md
parentcc7a678209d701f90ab518c15fb1b81dd86d4c0c (diff)
Edit README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30f83e81..67e3ac04 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,16 @@ Code evolves, and studying diffs is a fundamental mode of work. Delta aims to ma
<table>
<tr>
<td>
+ <img width=400px src="https://user-images.githubusercontent.com/52205/86275526-76792100-bba1-11ea-9e78-6be9baa80b29.png" alt="image" />
+ <br>
+ <sub>delta with <code>line-numbers</code> activated</sub>
+ </td>
+ </tr>
+</table>
+
+<table>
+ <tr>
+ <td>
<img width=800px src="https://user-images.githubusercontent.com/52205/87230973-412eb900-c381-11ea-8aec-cc200290bd1b.png" alt="image" />
<br>
<sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub>
@@ -40,7 +50,7 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi
diffFilter = delta --color-only
[delta]
- features = decorations
+ features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]