diff --git a/packages/react/README.md b/packages/react/README.md index afa723e..185c91e 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -50,7 +50,7 @@ export default function ResponsiveExample() { return `https://placehold.co/${width}x${height}${ext}` }} width='100%' - alt=''/> + alt='Example of responsive images'/> ) } ```