Use proper header sizes in readme, add build status badge
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2019-10-05 16:58:36 -04:00
parent 158b9d07f3
commit 3e6d1a1cc2
1 changed files with 4 additions and 2 deletions

View File

@ -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.