From 0fe0ce02518a8b9eef11bd444da90313acd4897c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Pin=CC=83era=20Buendi=CC=81a?= Date: Mon, 10 Oct 2016 22:03:45 +0200 Subject: [PATCH] Remove Slack badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f7599db..f081f74 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Language: Swift](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](http://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/carambalabs/SugarRecord.svg)](https://travis-ci.org/carambalabs/SugarRecord) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Slack Status](http://sugar-record.herokuapp.com/badge.svg)](http://sugar-record.herokuapp.com/) ## What is SugarRecord? SugarRecord is a persistence wrapper designed to make working with persistence solutions like CoreData/Realm/... in a much easier way. Thanks to SugarRecord you'll be able to use CoreData with just a few lines of code: Just choose your stack and start playing with your data.