From 7f849b82e3541345de7afaac9445b77b06965017 Mon Sep 17 00:00:00 2001 From: Coderrob Date: Tue, 9 Apr 2024 17:14:29 -0500 Subject: [PATCH] Make it easier to copy pasta by removing comment from code with no actual comment Signed-off-by: Coderrob --- plugins/badges/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/badges/README.md b/plugins/badges/README.md index 3badfd2ea1..202b26762d 100644 --- a/plugins/badges/README.md +++ b/plugins/badges/README.md @@ -88,7 +88,6 @@ yarn --cwd packages/app add @backstage/plugin-badges This plugin requires explicit registration, so you will need to add it to your App's `plugins.ts` file: ```ts -// ... import { badgesPlugin } from '@backstage/plugin-badges'; ```