From ce2e22875a73b026ad988678606ee284e632d921 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 5 Apr 2021 18:50:20 -0700 Subject: [PATCH] Remove Coveralls link branch parameter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 269485c..edbbdf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kcal – the personal food nutrition journal [![CI Status](https://github.com/kcal-app/kcal/actions/workflows/ci.yml/badge.svg)](https://github.com/kcal-app/kcal/actions/workflows/ci.yml) -[![Coverage \status](https://coveralls.io/repos/github/kcal-app/kcal/badge.svg)](https://coveralls.io/github/kcal-app/kcal?branch=tests) +[![Coverage Status](https://coveralls.io/repos/github/kcal-app/kcal/badge.svg)](https://coveralls.io/github/kcal-app/kcal) ## Development @@ -52,5 +52,5 @@ The default username and password is `admin@kcal.test`. -Once the application finishing starting, navigate to [http://127.0.0.1:8080](http://127.0.0.1:8080) +Once the application finishes starting, navigate to [http://127.0.0.1:8080](http://127.0.0.1:8080) (or [http://kcal.test:8080](http://kcal.test:8080) if configured).