From 2d8686afa02738a57e675fed1aa9a39e5d6f8f8d Mon Sep 17 00:00:00 2001 From: Zach Leventer Date: Sat, 25 Apr 2026 07:57:18 -0400 Subject: [PATCH] fix: remove stray semicolon from README title, fix SALESFORCE typo in bug template --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index ff5ef8a4..c28b3391 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -8,7 +8,7 @@ NOTICE: While GitHub is the preferred channel for reporting issues/feedback, thi --> ### Summary diff --git a/README.md b/README.md index 213f7a63..6f7910e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# plugin-packaging; +# plugin-packaging [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-packaging.svg?label=@salesforce/plugin-packaging)](https://www.npmjs.com/package/@salesforce/plugin-packaging) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-packaging.svg)](https://npmjs.org/package/@salesforce/plugin-packaging) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0)