diff --git a/README.md b/README.md index 73a32fd..dcd7233 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ This configuration will create pull requests that look like this: ### Example usage with `on: pull_request` workflows -The following is an example workflow for a use-case where [autopep8](https://github.com/peter-evans/autopep8) action runs as both a check on pull requests and raises a further pull request to apply code fixes. +The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. How it works: 1. When a pull request is raised the workflow executes as a check