aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/README.md
diff options
context:
space:
mode:
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