Skip to content

Commit a86b39a

Browse files
authored
Merge pull request #7 from gr2m/patch-1
docs(README): typo in usage example
2 parents 6559997 + 63a303f commit a86b39a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use this action to convert issues into a unified JSON structure.
55
## Setup
66

77
```yml
8-
- uses: stefanbuck/github-issue-praser@main
8+
- uses: stefanbuck/github-issue-parser@main
99
id: issue-parser
1010
with:
1111
template-path: .github/ISSUE_TEMPLATE/bug-report.yml
@@ -50,4 +50,4 @@ Chrome, Safari
5050
"never_give_up": true,
5151
"hot_dog_is_a_sandwich": false
5252
}
53-
```
53+
```

0 commit comments

Comments
 (0)