Docs: minor typo on INSTALL document
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/acde720f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/acde720f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/acde720f Branch: refs/heads/1960-paginate-all_dbs Commit: acde720fc088ab694cb8f3aa324948e0fb1583ea Parents: 2aaa229 Author: Julian Duque <[email protected]> Authored: Tue Dec 24 05:53:57 2013 -0500 Committer: Julian Duque <[email protected]> Committed: Tue Dec 24 05:53:57 2013 -0500 ---------------------------------------------------------------------- INSTALL.Unix | 4 ++-- INSTALL.Windows | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/acde720f/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index a54204d..a070558 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -1,4 +1,4 @@ -Apache CouchDB README.Unix +Apache CouchDB INSTALL.Unix ========================== A high-level guide to Unix-like systems, inc. Mac OS X and Ubuntu. @@ -153,7 +153,7 @@ Once you have satisfied the dependencies you should run: This script will configure CouchDB to be installed into `/usr/local` by default. -If you wish to customise the installation, pass `--help` to this +If you wish to customize the installation, pass `--help` to this script. If everything was successful you should see the following message: http://git-wip-us.apache.org/repos/asf/couchdb/blob/acde720f/INSTALL.Windows ---------------------------------------------------------------------- diff --git a/INSTALL.Windows b/INSTALL.Windows index 04a413f..29c69b0 100644 --- a/INSTALL.Windows +++ b/INSTALL.Windows @@ -1,4 +1,4 @@ -Apache CouchDB README.Windows +Apache CouchDB INSTALL.Windows ============================== For a high-level guide to Microsoft Windows.
