From d9e18b75a906666d3b87d0d98ddfaf513213afb7 Mon Sep 17 00:00:00 2001 From: Marko Klemetti Date: Wed, 3 May 2017 12:03:12 +0300 Subject: [PATCH] Add credits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02d8d1d..8269c12 100644 --- a/README.md +++ b/README.md @@ -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