Skip to content

Commit 7484a1d

Browse files
committed
fix: update readme
1 parent b6fb9b8 commit 7484a1d

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ yarn add react-notification-core
2424
## Testing examples
2525

2626
- cd `src/examples`
27-
- cd into `basic-nextjs-example` or `advanced-nextjs-example`
27+
- cd into `basic-nextjs` or `advanced-nextjs`
2828
- Run `npm install` or `yarn install`
29-
- Finally, run intall react notification by running `npm install react-notification-core`
29+
- Finally, run install react notification by running `npm install react-notification-core`
3030

3131
## 🚀 Quick Start
3232

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"notifications",
2222
"notification-system",
2323
"typescript",
24-
"hooks"
24+
"hooks",
25+
"react-notification-core",
26+
"react-notification"
2527
],
2628
"author": "Nnaji Benjamin",
2729
"license": "MIT",

src/example/advanced-nextjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example/advanced-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
},
1616
"devDependencies": {
1717
"@types/node": "^20.0.0",
18-
"react-notification-core": "./../../../Users/apple/Documents/library/react-notification-center",
1918
"@types/react": "^18.2.0",
2019
"@types/react-dom": "^18.2.0",
2120
"autoprefixer": "^10.4.16",
2221
"eslint": "^8.0.0",
2322
"eslint-config-next": "^14.0.0",
2423
"postcss": "^8.4.31",
24+
"react-notification-core": "file:../../../Users/apple/Documents/library/react-notification-center",
2525
"tailwindcss": "^3.3.5",
2626
"typescript": "^5.0.0"
2727
}

src/example/basic-nextjs/package-lock.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example/basic-nextjs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lucide-react": "^0.509.0",
1313
"next": "^14.0.0",
1414
"react": "^18.2.0",
15-
"react-dom": "^18.2.0"
15+
"react-dom": "^18.2.0",
16+
"react-notification-core": "^1.0.1"
1617
},
1718
"devDependencies": {
1819
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)