From bba2ca8439c7f5d44869032192d0c6852c3dc58f Mon Sep 17 00:00:00 2001 From: John Van Tuyl Date: Sat, 11 Jul 2020 15:33:59 -0700 Subject: [PATCH] Use the plural because we're connecting to two nodes (#1071) [skip ci] Co-authored-by: Diego Molina --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63d0be92..e89560d01 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ $ docker run -d -P -p 5900:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm sel $ docker run -d -P -p 5901:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox-debug:3.141.59-20200525 $ docker run -d -P -p 5900:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-opera-debug:3.141.59-20200525 ``` -to connect to the Chrome node on 5900 and the Firefox node on 5901 (assuming those node are free, and reachable). +to connect to the Chrome node on 5900 and the Firefox node on 5901 (assuming those nodes are free, and reachable). And for standalone: ``` bash