Use proper header sizes in readme, add build status badge
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
158b9d07f3
commit
3e6d1a1cc2
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue