Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr committed Oct 27, 2022
1 parent 951fc4f commit fe135b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This action will convert newly committed TODO comments to GitHub issues on push. It will also optionally close the issues if the TODOs are removed in a future commit.

Todo to Issue works with almost any programming language.
TODO to Issue works with almost any programming language.

## Usage

Expand Down Expand Up @@ -31,7 +31,7 @@ Multiline TODOs are supported, with additional lines inserted into the issue bod
Create a `workflow.yml` file in your `.github/workflows` directory like:

```yml
name: "Run Todo to Issue"
name: "Run TODO to Issue"
on: ["push"]
jobs:
build:
Expand Down

0 comments on commit fe135b9

Please sign in to comment.