diff --git a/README.md b/README.md index 0165b1b0..57082c91 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ SVGR is an MIT-licensed open source project. It's an independent project with on ### Gold Sponsors -Gold Sponsors are those who have pledged $200/month and more to SVGR. +Gold Sponsors are those who have pledged \$200/month and more to SVGR. [![gold-sponsors](https://opencollective.com/svgr/tiers/gold-sponsors.svg?avatarHeight=120&width=600)](https://opencollective.com/svgr/order/6010) @@ -39,24 +39,35 @@ Gold Sponsors are those who have pledged $200/month and more to SVGR. ```html - - - Rectangle 5 - Created with Sketch. - - - - - - - - - - - + + + Rectangle 5 + Created with Sketch. + + + + + + + + + + + ``` @@ -208,6 +219,7 @@ If you use `@svgr/webpack`, importing `.svg` files in Jest could break your code ```js // __mocks__/svgMock.js module.exports = 'SvgMock' +module.exports.ReactComponent = 'SvgMock' ``` ```js