From 68cd806c0a1e9e638bbd195277cbc7d1198d2c1f Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Thu, 22 Oct 2015 16:46:43 -0700 Subject: [PATCH 1/2] Add gitter badge to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c8e506bee..e7bae0825 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Dependencies][dependencies-svg]][dependencies-link] [![References][references-svg]][references-link] +[![Join Chat][gitter-svg]][gitter-link] + A library that gives you access to the powerful Parse cloud platform from your iOS or OS X app. For more information Parse and its features, see [the website][parse.com] and [getting started][docs]. @@ -104,3 +106,6 @@ of patent rights can be found in the PATENTS file in the same directory. [references-svg]: https://www.versioneye.com/objective-c/parse/reference_badge.svg [references-link]: https://www.versioneye.com/objective-c/parse/references + + [gitter-svg]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg + [gitter-link]: https://gitter.im/ParsePlatform/Chat From 7258dcbfafb5bb0121ab0fd797c47efa9c1befc1 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Thu, 22 Oct 2015 16:50:39 -0700 Subject: [PATCH 2/2] Unify codecov badge style. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bae0825..32084523e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ of patent rights can be found in the PATENTS file in the same directory. [build-status-svg]: https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX.svg [build-status-link]: https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX/branches - [coverage-status-svg]: https://codecov.io/github/ParsePlatform/Parse-SDK-iOS-OSX/coverage.svg?branch=master + [coverage-status-svg]: https://img.shields.io/codecov/c/github/ParsePlatform/Parse-SDK-iOS-OSX/master.svg [coverage-status-link]: https://codecov.io/github/ParsePlatform/Parse-SDK-iOS-OSX?branch=master [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg