Fixed error in README

This commit is contained in:
Harry Jeffery 2013-08-24 08:02:34 +01:00
parent 8f576f6ec1
commit a2f8d79c75

View File

@ -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 password is hashed with SHA1. Username and password are placed on the same
line and separated by a single space, as such: line and separated by a single space, as such:
~~~
#This line is a comment #This line is a comment
username1 sha1_hashed_password username1 sha1_hashed_password
#Another comment, blank lines are ignored #Another comment, blank lines are ignored
username2 sha1_hashed_password username2 sha1_hashed_password
username3 sha1_hashed_password username3 sha1_hashed_password
~~~
Design Principles Design Principles