File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ yarn add –cwd packages/app @statusneo/backstage-plugin-github
3535 // ...
3636```
3737
38- 2 . Import ` GithubPullRequestsCard ` , and ` GithubActionsCard ` from the installed package.
38+ 3 . Import ` GithubPullRequestsCard ` , and ` GithubActionsCard ` from the installed package.
3939
40- 3 . You can then use these components at the backstage frontend wherever you need.
40+ 4 . You can then use these components at the backstage frontend wherever you need.
4141
4242``` javascript
4343import { GithubPullRequestsCard , GithubActionsCard } from ' @statusneo/backstage-plugin-github' ;
@@ -52,7 +52,7 @@ import { GithubPullRequestsCard, GithubActionsCard } from '@statusneo/backstage-
5252// ...
5353```
5454
55- 4 . If you are using a GitHub enterprise edition, you can pass your instance url through app-config.yml
55+ 5 . If you are using a GitHub enterprise edition, you can pass your instance url through app-config.yml
5656
5757``` yaml
5858
You can’t perform that action at this time.
0 commit comments