From 209c155bc8822cf33a2e1ef0829b7ee6a401f694 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 24 Jun 2015 16:35:25 -0400 Subject: [PATCH] Move screenshot up in the README --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1fdb2c5..513805a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Features include: * Step back and forth through multiple files in a single diff * Rich support for image diffs + +![Screenshot of webdiff in action](http://www.danvk.org/webdiff.png) + Installation ------------ @@ -52,16 +55,6 @@ user.password: yourpassword Make sure you chmod this file to only be readable by yourself. In the future we'll support [Oauth][]. -Preview ----------- - -![Screenshot of webdiff in action](http://www.danvk.org/webdiff.png) - -This shows a JavaScript file being diffed. A few things to note: -* Line deletions and per-character modifications. -* Long stretches of common lines are elided, but can be shown if desired. -* Syntax highlighting (via highlight.js) -* Keyboard shortcuts (j/k) for stepping through files in the diff. Development -----------