create-react-redux-app-structure icon indicating copy to clipboard operation
create-react-redux-app-structure copied to clipboard

yarn global install command in readme is wrong

Open alkamystx opened this issue 5 years ago • 0 comments

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

alkamystx avatar Sep 17 '20 14:09 alkamystx