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

Commit 0c8bf39

Browse files
author
이봉균
committed
update readme
1 parent bfab2f6 commit 0c8bf39

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# nextjs-typescript-boilerplate
22

3-
## by middleware
43

5-
### redux-thunk
4+
## redux-thunk
65

76
```bash
8-
wget -qO- https://github.com/deptno/nextjs-typescript-boilerplate/archive/mw/redux-thunk.zip | bsdtar -xf- && mv nextjs-typescript-boilerplate-mw-redux-thunk [your_project]
7+
wget -qO- https://github.com/deptno/nextjs-typescript-boilerplate/archive/master.zip | bsdtar -xf- && mv nextjs-typescript-boilerplate-master [your_project]
98
```
109

1110
### redux-thunk/next-v4
@@ -14,8 +13,6 @@ wget -qO- https://github.com/deptno/nextjs-typescript-boilerplate/archive/mw/red
1413
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]
1514
```
1615

17-
### redux-observable
18-
1916
> may not work
2017
2118
```bash

0 commit comments

Comments
 (0)