Skip to content

Commit 3edbfff

Browse files
committed
Keep consistency with package links
1 parent f9b3b24 commit 3edbfff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ Just type in the following command in your terminal and run it! (Please check FA
6464

6565
The CLI currently has these packages available for installation:
6666

67-
- [Create-React-App](https://github.com/facebook/create-react-app)
68-
- [React-Router & React-Router-Dom](https://github.com/ReactTraining/react-router)
69-
- [Redux](https://github.com/reduxjs/redux) & [React-Redux](https://github.com/reduxjs/react-redux)
70-
- [Redux-Thunk](https://github.com/reduxjs/redux-thunk)
71-
- [Prop-Types](https://github.com/facebook/prop-types)
67+
- [Create-React-App](https://www.npmjs.com/package/create-react-app)
68+
- [React-Router](https://www.npmjs.com/package/react-router) & [React-Router-Dom](https://www.npmjs.com/package/react-router-dom)
69+
- [Redux](https://www.npmjs.com/package/redux) & [React-Redux](https://www.npmjs.com/package/react-redux)
70+
- [Redux-Thunk](https://www.npmjs.com/package/redux-thunk)
71+
- [Prop-Types](https://www.npmjs.com/package/prop-types)
7272
- [Node-Sass](https://www.npmjs.com/package/node-sass)
7373
- [Styled-Components](https://www.npmjs.com/package/styled-components)
7474
- [Unstated](https://www.npmjs.com/package/unstated)
7575
- [Unstated-Next](https://www.npmjs.com/package/unstated-next)
7676
- [TypeScript](https://www.npmjs.com/package/typescript)
77-
- [React-A11y](https://github.com/reactjs/react-a11y)
78-
- [React-Axe](https://github.com/dequelabs/react-axe)
77+
- [React-A11y](https://www.npmjs.com/package/react-a11y)
78+
- [React-Axe](https://www.npmjs.com/package/react-axe)
7979
- [@types/node](https://www.npmjs.com/package/@types/node)
8080
- [@types/react-redux](https://www.npmjs.com/package/@types/react-redux)
8181
- [@types/react](https://www.npmjs.com/package/@types/react) & [@types/react-dom](https://www.npmjs.com/package/@types/react-dom)

0 commit comments

Comments
 (0)