From c1fc0f11576000613734f53bf6605d3ce6567609 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 29 Aug 2013 23:41:29 +0100 Subject: [PATCH] Tweaked wording of one of the design principles. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c70903..1897c35 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Design Principles * Rosella will not allow any user to spy upon any other user. -* Rosella's source code will be kept as easy to understand as possible. +* Rosella's source code will be kept as easy to review as possible. Contributing ------------