diff --git a/README.md b/README.md
index e86127d..1e2b914 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# React Infinite Scroll Component
+# React Infinite Scroller Component
A highly customizable, TypeScript-based infinite scroll component for React applications with pull-to-refresh functionality.
@@ -16,9 +16,9 @@ A highly customizable, TypeScript-based infinite scroll component for React appl
## Installation
```bash
-npm install react-infinity-scroll
+npm install infinite-scroller-react
# or
-yarn add react-infinity-scroll
+yarn add infinite-scroller-react
```
## Basic Usage
@@ -72,7 +72,7 @@ function MyComponent() {
refreshComponent={
Pull to refresh...
}
onError={handleError}
>
- {/* Your content */}
+ {/* Your children content */}
```
@@ -146,15 +146,6 @@ function MyComponent() {
};
```
-## Browser Support
-
-- Chrome (latest)
-- Firefox (latest)
-- Safari (latest)
-- Edge (latest)
-- iOS Safari
-- Chrome for Android
-
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
diff --git a/package.json b/package.json
index 1fb0cf4..73b736b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "infinite-scroller-react",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A React component for implementing infinite scrolling functionality",
"main": "dist/index.js",
"types": "dist/index.d.ts",