diff --git a/README.md b/README.md index 1163f33..33e4421 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,17 @@ import Visual from '@react-visual/next' export default function Example() { return ( + alt='Example using placeholder assets' /> ) } ``` +[View CodeSandbox demo](https://codesandbox.io/p/sandbox/react-visual-next-demo-8lwxl9) + ### @react-visual/sanity-next Using Sanity + Next.js Adapter to automatically populate aspect ratio, alt, blurred placeholder, and support both image and video in one object: diff --git a/packages/sanity-next/README.md b/packages/sanity-next/README.md index 4549708..d4cc2ac 100644 --- a/packages/sanity-next/README.md +++ b/packages/sanity-next/README.md @@ -58,7 +58,7 @@ If you de-reference your `image` objects in groq with a query like: } ``` -Then the component will read the following properties from your Image automatically: +...then the component will read the following properties from your Image automatically: - Aspect Ratio - Hotspot / Focal Point