diff --git a/README.md b/README.md index 2c151384..5ca60f91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -react-bootstrap +wolox-react-bootstrap ================== ## Prerequisites @@ -11,6 +11,6 @@ yarn: https://yarnpkg.com/lang/en/docs/install/#alternatives-tab You don't need to clone this repository. Just run the following in your terminal: -1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/master/run.sh) folderName +1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/development/run.sh) folderName 2- Track and add or delete comment lines: with: // TODO Add this if you need it with: // TODO import your {..} 3- Add .env with your API_BASE_URL diff --git a/package.json b/package.json index 5b75c09d..3cc6b1cf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wolox-react-bootstrap", + "name": "generator-react-bootstrap", "version": "0.1.0", "description": "wolox-react-bootstrap", "files": ["index.js", "generators"],