Add credits

This commit is contained in:
Marko Klemetti 2017-05-03 12:03:12 +03:00
parent bcaf84ed35
commit d9e18b75a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
## Wait for another service to become available
`./wait-for` is a script designed to synchronize services like docker containers. It is [sh](https://en.wikipedia.org/wiki/Bourne_shell) and [alpine](https://alpinelinux.org/) compatible.
`./wait-for` is a script designed to synchronize services like docker containers. It is [sh](https://en.wikipedia.org/wiki/Bourne_shell) and [alpine](https://alpinelinux.org/) compatible. It was inspired by [vishnubob/wait-for-it](https://github.com/vishnubob/wait-for-it), but the core has been rewritten at [Eficode](http://eficode.com/) by [dsuni](https://github.com/dsuni) and [mrako](https://github.com/mrako).
`./wait-for` has been inspired by [vishnubob/wait-for-it](https://github.com/vishnubob/wait-for-it), but the core has been rewritten at [Eficode](http://eficode.com/).
When using this tool, you only need to pick the `wait-for` file as part of your project.
## Usage