doc fixes

This commit is contained in:
Giles Hall
2016-02-02 14:33:27 -05:00
parent a150deb10a
commit bf194c8fb4

View File

@ -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