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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user