create-react-redux-app-structure
create-react-redux-app-structure copied to clipboard
yarn global install command in readme is wrong
In the Getting Started section of the readme displayed here: https://www.npmjs.com/package/create-react-redux-app-structure
It says to install with yarn using: yarn add global create-react-redux-app-structure
The command should be: yarn global add create-react-redux-app-structure