aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/README.md
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2016-12-13 14:32:09 +0100
committerfreva <valerijf@yahoo-inc.com>2016-12-13 14:32:09 +0100
commitaf65b511f6146c532221c8431c94c14f3526937b (patch)
tree44ec8b9194ded82d221af5a416dcbfe5b6906f85 /node-admin/README.md
parent4fd0b8d2fb911e15196ced633096c877e4b45033 (diff)
Minor corrections
Diffstat (limited to 'node-admin/README.md')
-rw-r--r--node-admin/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/node-admin/README.md b/node-admin/README.md
index 5ce8a7396e3..26d386458b9 100644
--- a/node-admin/README.md
+++ b/node-admin/README.md
@@ -2,7 +2,7 @@
## Setup
-Set up Docker on your machine according to the instructions in [LINUX](README_LINUX.md) or [Mac](README_MAC.md), depending on your hardware.
+Set up Docker on your machine according to the instructions in [Linux](README_LINUX.md) or [Mac](README_MAC.md), depending on your hardware.
You should have the docker daemon running and the following environment variables set:
```
@@ -10,7 +10,7 @@ VESPA_HOME
VESPA_WEB_SERVICE_PORT
```
-To add update `/etc/hosts` with the required hostnames for the local containers, run
+To update `/etc/hosts` with the required hostnames for the local containers, run
```
sudo ./scripts/etc-hosts.sh
```
@@ -62,7 +62,7 @@ You can delete application with
Trigger the incredibly rich and complex `node-admin` REST API(s)
```
-curl localhost:4080/test/ping
+curl localhost:4080/rest/info
```
## Troubleshooting