From c8858ee5a7651210f190c8d78c459473ff3e3be5 Mon Sep 17 00:00:00 2001 From: Querz Date: Fri, 5 Oct 2018 16:04:06 +0200 Subject: [PATCH] fix coveralls badge caching forever --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203e2c4d..20c6ec74 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NBT -[![Build Status](https://travis-ci.org/Querz/NBT.svg?branch=master)](https://travis-ci.org/Querz/NBT) [![Coverage Status](https://coveralls.io/repos/github/Querz/NBT/badge.svg?branch=master)](https://coveralls.io/github/Querz/NBT?branch=master) [![Release](https://jitpack.io/v/Querz/NBT.svg)](https://jitpack.io/#Querz/NBT) +[![Build Status](https://travis-ci.org/Querz/NBT.svg?branch=master)](https://travis-ci.org/Querz/NBT) [![Coverage Status](https://img.shields.io/coveralls/github/Querz/NBT/master.svg)](https://coveralls.io/github/Querz/NBT?branch=master) [![Release](https://jitpack.io/v/Querz/NBT.svg)](https://jitpack.io/#Querz/NBT) #### A java implementation of the [NBT protocol](http://minecraft.gamepedia.com/NBT_format), including a way to implement custom tags. --- ### Specification