Update plugin/badges README.md

Change `export` to `import` to reflect what the user will be doing in their code

Signed-off-by: CiscoRob <133238823+CiscoRob@users.noreply.github.com>
This commit is contained in:
CiscoRob
2024-04-09 16:59:25 -05:00
committed by GitHub
parent 96b23786f6
commit 4dbd200c4e
+1 -1
View File
@@ -89,7 +89,7 @@ This plugin requires explicit registration, so you will need to add it to your A
```ts
// ...
export { badgesPlugin } from '@backstage/plugin-badges';
import { badgesPlugin } from '@backstage/plugin-badges';
```
If you don't have a `plugins.ts` file see: [troubleshooting](#troubleshooting)