From c5f440cd456ab7a5fcb49c90300cba60a84c6d36 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 11 Feb 2015 16:55:39 -0500 Subject: [PATCH] remove inaccurate testing documentation --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b57f7f..3b421ac 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,7 @@ 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 fiels in the diff. - -Testing -------- - -(from an activated virtualenv) - - python test/*.py +* Keyboard shortcuts (j/k) for stepping through files in the diff. Development -----------