Skip to content

Commit 3242670

Browse files
author
NaomiFPassarelli
authored
Merge pull request #3 from Wolox/script-fix
fixed scripts
2 parents d615db4 + c8bae40 commit 3242670

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
react-bootstrap
1+
wolox-react-bootstrap
22
==================
33

44
## Prerequisites
@@ -11,6 +11,6 @@ yarn: https://yarnpkg.com/lang/en/docs/install/#alternatives-tab
1111

1212
You don't need to clone this repository. Just run the following in your terminal:
1313

14-
1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/master/run.sh) folderName
14+
1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/development/run.sh) folderName
1515
2- Track and add or delete comment lines: with: // TODO Add this if you need it with: // TODO import your {..}
1616
3- Add .env with your API_BASE_URL

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wolox-react-bootstrap",
2+
"name": "generator-react-bootstrap",
33
"version": "0.1.0",
44
"description": "wolox-react-bootstrap",
55
"files": ["index.js", "generators"],

0 commit comments

Comments
 (0)