Skip to content

Commit 0fd06c3

Browse files
Abdulnasır OlcanAbdulnasır Olcan
authored andcommitted
🚀 updated readme
1 parent 943e2ff commit 0fd06c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<br>
33
<img src="https://github.com/jsdeveloperr/react-lazyload-component/blob/master/example/public/assets/logo-lazy.gif" alt="logo" width="300">
44
<br><br>
5-
React Lazy Load Component
5+
React Lazy Loader Component
66
<br>
77
<br>
88
</h1>
@@ -28,11 +28,11 @@ Check our 👉 [example](https://codesandbox.io/p/sandbox/react-lazy-load-compon
2828

2929
```bash
3030
# install with npm
31-
npm install react-lazyload-component
31+
npm install react-lazy-loader-component
3232
# install with yarn
33-
yarn add react-lazyload-component
33+
yarn add react-lazy-loader-component
3434
# install with pnpm
35-
pnpm add react-lazyload-component
35+
pnpm add react-lazy-loader-component
3636
```
3737

3838
## Example Repo

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-lazyload-component",
2+
"name": "react-lazy-loader-component",
33
"version": "0.1.0",
4-
"description": "react lazy load component",
4+
"description": "react lazy loader component",
55
"author": "Abdulnasır OLCAN",
66
"license": "MIT",
77
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)