summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 647a5dd4..4c52d4fe 100644
--- a/README
+++ b/README
@@ -177,13 +177,13 @@ This uses the `sudo` command to run the `couchdb` command as the `couchdb` user.
When Apache CouchDB starts it should eventually display the following message:
- Apache CouchDB has started, time to relax. See http://localhost:5984/_utils/index.html
+ Apache CouchDB has started, time to relax. See http://127.0.0.1:5984/_utils/index.html
Relax.
To check that everything has worked, point your web browser to:
- http://localhost:5984/_utils/index.html
+ http://127.0.0.1:5984/_utils/index.html
From here you should run the test suite.