Skip to content

Commit

Permalink
Prettier README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr committed Sep 18, 2024
1 parent 116d4b0 commit 540203a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/hcl-scaffolder-actions-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Then ensure that both the scaffolder and this module are added to your backend:
// In packages/backend/src/index.ts
const backend = createBackend();
// ...
backend.add(import('@seatgeek/backstage-plugin-hcl-scaffolder-actions-backend'));
backend.add(
import('@seatgeek/backstage-plugin-hcl-scaffolder-actions-backend'),
);
```

After that you can use the actions in your template.
Expand Down

0 comments on commit 540203a

Please sign in to comment.