From 4ed3fc0b02dba96be00dba67f63d70add6522fe7 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Wed, 26 Sep 2018 14:39:36 -0700 Subject: [PATCH] move readme --- gdebug/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdebug/README.md b/gdebug/README.md index e24de17..5db0218 100644 --- a/gdebug/README.md +++ b/gdebug/README.md @@ -55,7 +55,7 @@ at `127.0.0.1:50051`. The envoy proxy listens on port `9900`. ```bash # Make sure 'docker-compose' and 'docker' are both available $ cd docker -$ ./docker/start_docker.sh 9900 127.0.0.1 50051 +$ ./start_docker.sh 9900 127.0.0.1 50051 ```