We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefd999 commit 409ff99Copy full SHA for 409ff99
README.md
@@ -39,7 +39,7 @@ yarn add --dev prettier @prettier/plugin-xml
39
The `prettier` executable is now installed and ready for use:
40
41
```bash
42
-./node_modules/.bin/prettier --write '**/*.xml'
+./node_modules/.bin/prettier --plugin=@prettier/plugin-xml --write '**/*.xml'
43
```
44
45
## Configuration
@@ -69,7 +69,7 @@ file](https://prettier.io/docs/en/configuration.html). For example:
69
Or, they can be passed to `prettier` as arguments:
70
71
72
-prettier --tab-width 4 --write '**/*.xml'
+prettier --plugin=@prettier/plugin-xml --tab-width 4 --write '**/*.xml'
73
74
75
### Whitespace
0 commit comments