From 9cd799a0021e01aea54a6ca32527f0d79e3d44fd Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Fri, 26 Jul 2024 23:59:19 -0400 Subject: [PATCH] fix: badge for master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a9378..f59539f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # local-storage-poorlyfill -[![example workflow](https://github.com/patkub/local-storage-poorlyfill/actions/workflows/node.js.yml/badge.svg)](https://github.com/patkub/local-storage-poorlyfill/actions/workflows/node.js.yml?branch=master) +[![example workflow](https://github.com/patkub/local-storage-poorlyfill/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/patkub/local-storage-poorlyfill/actions/workflows/node.js.yml?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/patkub/local-storage-poorlyfill/badge.svg?targetFile=package.json)](https://snyk.io/test/github/patkub/local-storage-poorlyfill?targetFile=package.json) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)