From 1f7013b3b47a24c04e8f7419c8678b4becc39f6f Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 16 Mar 2023 14:20:53 -0400 Subject: [PATCH] add github logo to build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3baca8..5640d74 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A tool to generate 9-patch images. This was created to support Roku development, but can be used for any 9-patch generation your project might need. -[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/ninepatcher/build.yml?branch=master)](https://github.com/rokucommunity/ninepatcher/actions?query=branch%3Amaster+workflow%3Abuild) +[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/ninepatcher/build.yml?branch=master&logo=github)](https://github.com/rokucommunity/ninepatcher/actions?query=branch%3Amaster+workflow%3Abuild) [![Coverage Status](https://coveralls.io/repos/github/rokucommunity/ninepatcher/badge.svg?branch=master)](https://coveralls.io/github/rokucommunity/ninepatcher?branch=master) [![monthly downloads](https://img.shields.io/npm/dm/ninepatcher.svg?sanitize=true&logo=npm&logoColor=)](https://npmcharts.com/compare/ninepatcher?minimal=true) [![npm version](https://img.shields.io/npm/v/ninepatcher.svg?logo=npm)](https://www.npmjs.com/package/ninepatcher)