From 8ee268b9ba9232b8754dda9a2aab8d039ea921e7 Mon Sep 17 00:00:00 2001 From: Igor Adrov Date: Thu, 27 Sep 2018 20:06:02 +0300 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdcc3465..33b1df12 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ svgr(svgCode, { icon: true }, { componentName: 'MyComponent' }).then(jsCode => { ### SVGR -SVGR uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support. This means you can configure prettier via: +SVGR uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support. This means you can configure SVGR via: - A `.svgrrc` file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js. - A `svgr.config.js` file that exports an object.