From a2f8d79c75de3a13448f8e3f656548d5546ed755 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 24 Aug 2013 08:02:34 +0100 Subject: [PATCH] Fixed error in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 66faeeb..2e0b716 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,12 @@ Lines starting with a `#` are ignored as comments, as are blank lines. The password is hashed with SHA1. Username and password are placed on the same line and separated by a single space, as such: -~~~ #This line is a comment username1 sha1_hashed_password #Another comment, blank lines are ignored username2 sha1_hashed_password username3 sha1_hashed_password -~~~ Design Principles