From 644ca425a73d61065fb1ad5f001a15a32dfc713b Mon Sep 17 00:00:00 2001 From: Aaron Faber Date: Mon, 8 Jul 2019 15:36:33 +0100 Subject: [PATCH] chore: remove build status from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41bfc0..231da77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A File Opener Plugin for Cordova (The Original Version) -[![Latest Stable Version](https://img.shields.io/npm/v/cordova-plugin-file-opener2.svg)](https://www.npmjs.com/package/cordova-plugin-file-opener2) [![Total Downloads](https://img.shields.io/npm/dt/cordova-plugin-file-opener2.svg)](https://npm-stat.com/charts.html?package=cordova-plugin-file-opener2) [![Build Status](https://travis-ci.org/apache/cordova-plugin-file-opener2.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-file-opener2) +[![Latest Stable Version](https://img.shields.io/npm/v/cordova-plugin-file-opener2.svg)](https://www.npmjs.com/package/cordova-plugin-file-opener2) [![Total Downloads](https://img.shields.io/npm/dt/cordova-plugin-file-opener2.svg)](https://npm-stat.com/charts.html?package=cordova-plugin-file-opener2) This plugin will open a file on your device file system with its default application.