Fix instructions in README.md

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-01-26 21:21:02 +01:00
parent fc8307ae03
commit 7562386f90
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -7,6 +7,6 @@ npm install --save-dev prettier @severinkaderli/prettier-config
Add the configuration in the `package.json` file: Add the configuration in the `package.json` file:
```json ```json
{ {
"prettier": "@hideoo/prettier-config" "prettier": "@severinkaderli/prettier-config"
} }
``` ```