diff --git a/www/htdocs/index.html b/www/htdocs/index.html
index 6a2811b1..cd61fede 100644
--- a/www/htdocs/index.html
+++ b/www/htdocs/index.html
@@ -2938,11 +2938,12 @@ Note: good guy ~~Stevedore~~ Docker will start without K/V
- Try again the `docker info` from earlier:
```
- $(docker-machine env --swarm node1)
+ eval $(docker-machine env --swarm node1)
docker info
```
- Now all nodes should be visible
+
(Give them a minute or two to register)
]