Skip to content

Commit 09beee9

Browse files
authored
Merge pull request #728 from Akshay-Vs/main
2 parents 8100b8a + 7a8215b commit 09beee9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
[![License][license-image]][license-url]
77
[![Downloads][downloads-image]][downloads-url]
88

9-
React implementation of the
10-
[Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
11-
to tell you when an element enters or leaves the viewport. Contains both a
12-
[Hooks](#useinview-hook), [render props](#render-props) and
13-
[plain children](#plain-children) implementation.
9+
A React implementation of the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
10+
to tell you when an element enters or leaves the viewport. Contains [Hooks](#useinview-hook), [render props](#render-props), and [plain children](#plain-children) implementations.
1411

1512
## Features
1613

0 commit comments

Comments
 (0)