From a3b4af5f5b5076b5421998d6fe113280b99a8894 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 20:48:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cf9b5..ae0f16d 100644 --- a/README.md +++ b/README.md @@ -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 |