From 7bb0f7dcc7cff0083e8e9ef63ad19672b194bfd4 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Tue, 5 Jan 2021 15:33:48 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c54e843..54305e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cache::MemcachedStore -[![Build Status](https://travis-ci.org/crystal-cache/memchached_cache.svg?branch=main)](https://travis-ci.org/crystal-cache/memchached_cache) +[![Build Status](https://travis-ci.org/crystal-cache/memcached_cache.svg?branch=main)](https://travis-ci.org/crystal-cache/memcached_cache) [![GitHub release](https://img.shields.io/github/release/crystal-cache/memcached_cache.svg)](https://github.com/crystal-cache/memcached_cache/releases) A [cache](https://github.com/crystal-cache/cache) store implementation that stores data in Memcached.