Skip to content

Commit 261594a

Browse files
loicplairegregberge
authored andcommitted
docs(readme): typo between Prettier and SVGO (#124)
The SVGO section is referencing `Prettier` config file instead of `SVGO'.
1 parent 03a0fb7 commit 261594a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Even if it is not recommended, you can also use `prettierConfig` option to speci
243243

244244
The recommended way to configure SVGO for SVGR is to use [`.svgo.yml`](https://github.com/svg/svgo/blob/master/.svgo.yml). [Several formats are suported](./packages/core/src/plugins/svgo.js) and it is relative to the transformed SVG file.
245245

246-
Even if it is not recommended, you can also use `svgoConfig` option to specify your Prettier configuration. `svgoConfig` has precedence on `.svgo.yml`.
246+
Even if it is not recommended, you can also use `svgoConfig` option to specify your SVGO configuration. `svgoConfig` has precedence on `.svgo.yml`.
247247

248248
## Options
249249

0 commit comments

Comments
 (0)