Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit 96ff015

Browse files
author
이봉균
committed
fix readme
1 parent e9b435c commit 96ff015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
## redux-thunk
44

55
```bash
6-
wget -qO- https://github.com/deptno/nextjs-typescript-boilerplate/archive/master.zip | bsdtar -xf- && mv nextjs-typescript-boilerplate-master [your_project]
6+
wget -qO- https://github.com/deptno/next.js-typescript-boilerplate/archive/master.zip | bsdtar -xf- && mv next.js-typescript-boilerplate-master [your_project]
77
```
88

99
### redux-thunk/next-v4
1010

1111
```bash
12-
wget -qO- https://github.com/deptno/nextjs-typescript-boilerplate/archive/next.js/4.zip | bsdtar -xf- && mv nextjs-typescript-boilerplate-next.js-4 [your_project]
12+
wget -qO- https://github.com/deptno/next.js-typescript-boilerplate/archive/next.js/4.zip | bsdtar -xf- && mv next.js-typescript-boilerplate-next.js-4 [your_project]
13+
1314
```
1415

1516
---

0 commit comments

Comments
 (0)