diff --git a/README.md b/README.md index 9fe68da..349bffb 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ jobs: - uses: pre-commit/action@v2.0.0 ``` -This does a few things: +This will: - clones the code -- installs python -- sets up the `pre-commit` cache +- install python +- run pre-commit using this action! ### using this action with custom invocations