From 68ac572e67acd177da85da0e3a4a36e4e7cf6797 Mon Sep 17 00:00:00 2001 From: Nathan Woltman Date: Thu, 30 Mar 2023 01:03:19 -0400 Subject: [PATCH] chore(readme): Fix build status badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661aa2f..cc24aac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # mysql-plus [![NPM Version](https://img.shields.io/npm/v/mysql-plus.svg)](https://www.npmjs.com/package/mysql-plus) -[![Build Status](https://img.shields.io/github/actions/workflow/status/nwoltman/node-mysql-plus/ci.yml?branch=master)](https://github.com/nwoltman/node-mysql-plus/actions/workflows/ci.yml?query=branch%3A+master) +[![Build Status](https://img.shields.io/github/actions/workflow/status/nwoltman/node-mysql-plus/ci.yml?branch=master)](https://github.com/nwoltman/node-mysql-plus/actions/workflows/ci.yml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/nwoltman/node-mysql-plus/badge.svg?branch=master)](https://coveralls.io/github/nwoltman/node-mysql-plus?branch=master) A MySQL client for Node.js that makes defining tables easy and automatically migrates table schemas.