From de864b998b1721ae9563bfbe4a1811732caff50d Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 23 Aug 2014 18:08:03 -0400 Subject: [PATCH] fix double negation in README, fixes #154 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b71c1f9e..e105c540 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,16 @@ Congratulations! You should now have a working setup. You'll be given the addres The Goals --------- +I am trying to: + * Create a push-button "Email Appliance" for everyday users. * Promote decentralization, innovation, and privacy on the web. * Have automated, auditable, and [idempotent](http://sharknet.us/2014/02/01/automated-configuration-management-challenges-with-idempotency/) configuration. - -For more background, see [The Rationale](https://github.com/mail-in-a-box/mailinabox/wiki). - -What I am not trying to do: - * **Not** to be a mail server that the NSA cannot hack. * **Not** to be customizable by power users. +For more background, see [The Rationale](https://github.com/mail-in-a-box/mailinabox/wiki). + The Acknowledgements --------------------