From cc84bdedfdf8f74aba36960650739633b7966b17 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Fri, 26 Jan 2018 00:07:36 -0500 Subject: [PATCH] Fix typo in README Signed-off-by: David A. Wheeler --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0be8097..54e562d 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ command line tool. It requires Python 2.7 or Python 3. If you just want to *use* it, you can install flawfinder with Python's "pip" or with your system's package manager (flawfinder has -packages for many systems). It also supports easily installation +packages for many systems). It also supports easy installation following usual "make install" source installation conventions. The file INSTALL.txt has more detailed installation instructions. You don't HAVE to install it to run it, but it's easiest that way.