diff --git a/README.md b/README.md index cc603e3..ae6c251 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # wait-for -Poor-mans docker service synchronizer - [![Build Status](https://img.shields.io/drone/build/thegeeklab/wait-for?logo=drone)](https://cloud.drone.io/thegeeklab/wait-for) -[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wait-for) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/wait-for)](https://github.com/thegeeklab/wait-for/graphs/contributors) [![License: MIT](https://img.shields.io/github/license/thegeeklab/wait-for)](<[LICENSE](https://github.com/thegeeklab/wait-for/blob/master/LICENSE)>) 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).