From c33a7daf322c1aad51d0c31785c957fc99a2da6c Mon Sep 17 00:00:00 2001 From: empyrical Date: Tue, 18 Sep 2018 20:59:55 -0700 Subject: [PATCH] Fix formatting in README.md (#21186) Summary: This PR fixes the formatting of the AppVeyor badge in `README.md` to remove a stray newline that broke formatting. Pull Request resolved: https://github.com/facebook/react-native/pull/21186 Differential Revision: D9932191 Pulled By: hramos fbshipit-source-id: f87ad7664d6a0b288615f473ba38b4734b41eb88 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2310425d5..2227d024e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# [React Native](https://facebook.github.io/react-native/) · [![Circle CI Status](https://circleci.com/gh/facebook/react-native.svg?style=shield)](https://circleci.com/gh/facebook/react-native) [![Build status](https://ci.appveyor.com/api/projects/status/g8d58ipi3auqdtrk/branch/master?svg=true -)](https://ci.appveyor.com/project/facebook/react-native/branch/master) [![npm version](https://badge.fury.io/js/react-native.svg)](https://badge.fury.io/js/react-native) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests) +# [React Native](https://facebook.github.io/react-native/) · [![Circle CI Status](https://circleci.com/gh/facebook/react-native.svg?style=shield)](https://circleci.com/gh/facebook/react-native) [![Build status](https://ci.appveyor.com/api/projects/status/g8d58ipi3auqdtrk/branch/master?svg=true)](https://ci.appveyor.com/project/facebook/react-native/branch/master) [![npm version](https://badge.fury.io/js/react-native.svg)](https://badge.fury.io/js/react-native) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests) Learn once, write anywhere: Build mobile apps with React.