summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-07-27 21:16:42 +0000
committerNoah Slater <nslater@apache.org>2009-07-27 21:16:42 +0000
commitbe2828a00e2eba6be47df5648f4e589a43113dbe (patch)
treead261e01d54ccfa1bbf5ef0d7f39de1635a00a21 /README
parentac3d047a6be45316681d9c6e507537231d1e0e0a (diff)
corrected case
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@798283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3827a5fb..23921496 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ Bootstrap the pristine source by running:
Installation and First Run
--------------------------
-UNIX-like Operating Systems (inc. Mac OS X)
+Unix-like Operating Systems (inc. Mac OS X)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dependencies
@@ -130,7 +130,7 @@ data/log directories.
You can use whatever tool your system provides to create a new `couchdb` user.
-On many UNIX-like systems you can run:
+On many Unix-like systems you can run:
adduser --system --home /usr/local/var/lib/couchdb --no-create-home \
--shell /bin/bash --group --gecos "CouchDB Administrator" couchdb