Skip to content

Commit fbb0283

Browse files
authored
Merge pull request #171 from indraraj/patch-1
Update README.md
2 parents 01bdfb7 + 803d7a6 commit fbb0283

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
@@ -69,7 +69,7 @@ You can use a similar technique to import assets from your local app, just prefi
6969

7070
```js
7171
import loader from '@app/assets/images/loader.gif';
72-
<img src={loader} alt="Content loading />
72+
<img src={loader} alt="Content loading" />
7373
```
7474

7575
## Vector image support

0 commit comments

Comments
 (0)