From 3e6d1a1cc2d6f9a999eda04cb93f43077b052a4f Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 5 Oct 2019 16:58:36 -0400 Subject: [PATCH] Use proper header sizes in readme, add build status badge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74def2e..2d4d951 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ CacheInterface --------------- +============== + +[![Build Status](https://drone.meow.tf/api/badges/tyler/cacheinterface/status.svg)](https://drone.meow.tf/tyler/cacheinterface) An experimental interface to use different caches interchangeably via URIs @@ -13,7 +15,7 @@ lru://?size=128 ``` Code -#### +---- The CacheInterface interface has all methods. All clients will implement this on a best-effort basis.