From 1adea31c80ea18577c81655c63b674d835f74ed4 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 20 May 2018 22:29:52 +0200 Subject: [PATCH] fix: use proper casing in badges in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea0633f..23ab266 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Expo - Semantic Release -[![Latest Release](https://img.shields.io/github/release/bycedric/semantic-release-expo/all.svg?style=flat-square)](https://github.com/bycedric/semantic-release-expo/releases) -[![Build Status](https://img.shields.io/travis/bycedric/semantic-release-expo/master.svg?style=flat-square)](https://travis-ci.com/byCedric/semantic-release-expo) -[![Codecov coverage](https://img.shields.io/codecov/c/github/bycedric/semantic-release-expo.svg?style=flat-square)](https://codecov.io/gh/bycedric/semantic-release-expo) -[![Code Climate grade](https://img.shields.io/codeclimate/maintainability/bycedric/semantic-release-expo.svg?style=flat-square)](https://codeclimate.com/github/bycedric/semantic-release-expo) +[![Latest Release](https://img.shields.io/github/release/byCedric/semantic-release-expo/all.svg?style=flat-square)](https://github.com/byCedric/semantic-release-expo/releases) +[![Build Status](https://img.shields.io/travis/byCedric/semantic-release-expo/master.svg?style=flat-square)](https://travis-ci.com/byCedric/semantic-release-expo) +[![Codecov coverage](https://img.shields.io/codecov/c/github/byCedric/semantic-release-expo.svg?style=flat-square)](https://codecov.io/gh/byCedric/semantic-release-expo) +[![Code Climate grade](https://img.shields.io/codeclimate/maintainability/byCedric/semantic-release-expo.svg?style=flat-square)](https://codeclimate.com/github/byCedric/semantic-release-expo) An Expo extension for semantic releases to manage releases in React Native apps.