From 8f933796742eefa443380232cc27e18a0017cca7 Mon Sep 17 00:00:00 2001 From: Tomasz Korzeniowski Date: Mon, 7 Mar 2016 14:26:22 +0100 Subject: [PATCH] codebeat badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce41d843d..77a924aa9 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,15 @@ +codebeat + +

Kingfisher is a lightweight and pure Swift implemented library for downloading and caching image from the web. This project is heavily inspired by the popular [SDWebImage](https://github.com/rs/SDWebImage). And it provides you a chance to use pure Swift alternative in your next app. -[![codebeat](https://codebeat.co/badges/30b4386d-46e5-46ee-bcc6-251158bb5ef7)](https://codebeat.co/projects/github-com-onevcat-kingfisher) + ## Features * Everything in Kingfisher is asynchronous, not only downloading, but also caching. That means you never need to worry about blocking your UI thread.