Skip to content

Commit 8e17cbb

Browse files
authored
docs: add warning about polyfill
1 parent 21969ba commit 8e17cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ or NPM:
2929
npm install react-intersection-observer --save
3030
```
3131

32-
> You also want to add the [intersection-observer](https://www.npmjs.com/package/react-intersection-observer) polyfill for full browser support. Check out adding the [polyfill](#polyfill) for details.
32+
> ⚠️You also want to add the [intersection-observer](https://www.npmjs.com/package/react-intersection-observer) polyfill for full browser support. Check out adding the [polyfill](#polyfill) for details about how you can include it.
3333
3434
## Usage
3535

0 commit comments

Comments
 (0)