Skip to content

Commit 24d7160

Browse files
authored
Update README.md
1 parent e39cc45 commit 24d7160

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
@@ -6,8 +6,9 @@ Check out the source code in different formats:
66

77
* [React/Redux (TypeScript — Classes)](https://github.com/codeBelt/react-redux-architecture/tree/TypeScript)
88
* [React/Redux (JavaScript — Classes)](https://github.com/codeBelt/react-redux-architecture/tree/JavaScript)
9-
* [React Hooks/Redux (TypeScript — Functional)](https://github.com/codeBelt/react-redux-architecture/tree/ts/function)
10-
* [React Hooks/Redux (JavaScript — Functional)](https://github.com/codeBelt/react-redux-architecture/tree/js/function)
9+
* [React Hooks/Redux (TypeScript — Functions)](https://github.com/codeBelt/react-redux-architecture/tree/ts/function)
10+
* [React Hooks/Redux (JavaScript — Functions)](https://github.com/codeBelt/react-redux-architecture/tree/js/function)
11+
* [React Hooks/Redux (TypeScript — Arrows)](https://github.com/codeBelt/react-redux-architecture/tree/ts/arrows)
1112

1213

1314
![alt text](./appScreenshot.png 'App Screenshot')

0 commit comments

Comments
 (0)