From bf194c8fb4055a4fbeea88e1116ab5fb3b4f4710 Mon Sep 17 00:00:00 2001 From: Giles Hall Date: Tue, 2 Feb 2016 14:33:27 -0500 Subject: [PATCH] doc fixes --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c940c50..299846a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Wait for it - `wait-for-it.sh` is a pure bash script that wait on the availability of a host and TCP port. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers. Since it is a pure bash script, it does not have any external dependencies. ## Usage