From be1c7bd5820044f2cc11b39ea624ed961af8f524 Mon Sep 17 00:00:00 2001 From: szTheory Date: Sun, 8 Apr 2018 20:09:46 -0400 Subject: [PATCH 1/2] Update README.md fix Travis CI build badge URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a31be9b..7fbcaed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ When using this tool, you only need to pick the `wait-for` file as part of your project. -[![Build Status](https://travis-ci.org/Eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for) +[![Build Status](https://travis-ci.org/eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for) ## Usage @@ -48,4 +48,4 @@ services: Ironically testing is done using [bats](https://github.com/sstephenson/bats), which on the other hand is depending on [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)). docker build -t wait-for . - docker run -t wait-for \ No newline at end of file + docker run -t wait-for From 541a5d61d7faaf87af01dad757a7c4b01ca65cf2 Mon Sep 17 00:00:00 2001 From: Markus Suonto Date: Mon, 9 Apr 2018 10:08:54 +0200 Subject: [PATCH 2/2] Fix also the other url that had capital E --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbcaed..f1956f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ When using this tool, you only need to pick the `wait-for` file as part of your project. -[![Build Status](https://travis-ci.org/eficode/wait-for.svg?branch=master)](https://travis-ci.org/Eficode/wait-for) +[![Build Status](https://travis-ci.org/eficode/wait-for.svg?branch=master)](https://travis-ci.org/eficode/wait-for) ## Usage