Fix plugin name syntax in README & description

The entrypoint script checks for correctly named Prettier plugins on [lines 44–45](https://github.com/creyD/prettier_action/blob/master/entrypoint.sh#L44-L45), but the description in the config file and README are not consistent.

This updates those references to clarify how plugins should be specified.
This commit is contained in:
Roger Sheen
2021-03-01 00:25:35 +01:00
parent cb975d8aad
commit 6c3c102255
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ inputs:
required: false
default: false
prettier_plugins:
description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin`
description: Install Prettier plugins, i.e. `@prettier/plugin-php @prettier/plugin-other`
required: false
default: ''