Skip to content

Commit 81d125b

Browse files
Update README.md
1 parent 99cc1d2 commit 81d125b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4343
import { 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

0 commit comments

Comments
 (0)