diff --git a/AGENTS.md b/AGENTS.md index 6dbe628..9b82f6d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -340,7 +340,7 @@ Example usage with intersection observer for automatic loading: ```tsx import { useInView } from 'react-intersection-observer'; -function PostFeed() { +function GlobalFeed() { const { data, fetchNextPage, hasNextPage, isFetchingNextPage } = useInfinitePosts(); const { ref, inView } = useInView();