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.