From b5eea8f33b20bf480bc7c496b12818483dffb96b Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 5 Aug 2015 13:22:39 -0700 Subject: [PATCH] Minor typo in test-and-docs.md Signed-off-by: John Howard --- docs/project/test-and-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/test-and-docs.md b/docs/project/test-and-docs.md index 57db7264af..01e79a2b36 100644 --- a/docs/project/test-and-docs.md +++ b/docs/project/test-and-docs.md @@ -192,7 +192,7 @@ run a Bash terminal on Windows. 4. Set `DOCKER_TEST_HOST` to the `tcp://IP_ADDRESS:2376` value; substitute your Linux machines actual IP address. For example: - $ export DOCKER_TEST_HOST=tcp://263.124.23.200:2376 + $ export DOCKER_TEST_HOST=tcp://213.124.23.200:2376 5. Make the binary and run the tests: