diff --git a/AGENTS.md b/AGENTS.md index 8a1a8eb..c2052ea 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -335,7 +335,7 @@ function useInfinitePosts() { } ``` -Use with intersection observer for automatic loading: +Example usage with intersection observer for automatic loading: ```tsx import { useInView } from 'react-intersection-observer';