Skip to content

Commit 70c11ed

Browse files
authored
Update README.md
1 parent 264a85f commit 70c11ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function override(config, env) {
3030
```
3131
In your React application:
3232
```js
33-
import Star from './star.svg'
33+
import starUrl, { ReactComponent as Star } from './star.svg'
3434

3535
const App = () => (
3636
<div>

0 commit comments

Comments
 (0)