Update README.md

This commit is contained in:
2020-01-24 20:48:26 +01:00
parent 0b7dd998bb
commit a3b4af5f5b

View File

@@ -7,7 +7,7 @@ A GitHub action for styling files with [prettier](https://prettier.io).
### Parameters
| Parameter | Required | Default | Description |
| - | - | - | - |
| - | :-: | :-: | - |
| prettier_options | :x: | --write **/*.js | Prettier options (by default it applies to the whole repository) |
| commit_options | :x: | No options. | Custom git commit options |
| commit_message | :x: | Prettified Code! | Custom git commit message |