Skip to content

Commit 803d7a6

Browse files
authored
Update README.md
Update the Readme for syntax correction
1 parent 5229262 commit 803d7a6

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)