summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@opscode.com>2013-07-05 11:56:06 -0500
committerSeth Vargo <sethvargo@opscode.com>2013-07-05 11:56:06 -0500
commit32d0a62c17889b79ff5c6b248812faee3e58a495 (patch)
tree8f2b2944e497f35c90e81f9724d391d67212c682
parent06a44f4310924e7dcce3392912d6149f01815aae (diff)
downloadchef-zero-32d0a62c17889b79ff5c6b248812faee3e58a495.tar.gz
Fix typo in README (Cerver -> Server)
- Fixes #24
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92df4b9..d659388 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Description
-----------
Chef Zero is a simple, easy-install, in-memory Chef server that can be useful
for Chef Client testing and chef-solo-like tasks that require a full Chef
-Cerver. It IS intended to be simple, Chef 11 compliant, easy to run and fast
+Server. It IS intended to be simple, Chef 11 compliant, easy to run and fast
to start. It is NOT intended to be secure, scalable, performant or persistent.
It does NO input validation, authentication or authorization (it will not
throw a 400, 401 or 403). It does not save data, and will start up empty each