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.
2 parents efab0d4 + 5816df5 commit 8376efaCopy full SHA for 8376efa
README.md
@@ -8,7 +8,7 @@ For example, the following code...
8
import React from 'react';
9
import CloseSVG from './close.svg';
10
11
-const MyComponent = () => <CloseSvg />;
+const MyComponent = () => <CloseSVG />;
12
```
13
14
will be transformed into...
@@ -17,7 +17,7 @@ will be transformed into...
17
18
const CloseSVG = () => <svg>{/* ... */}</svg>;
19
20
21
22
23
## Installation
0 commit comments