Skip to content

Commit

Permalink
πŸ› FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaedahBatool committed Aug 8, 2018
1 parent fd136ef commit f9608e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Download [`gulpfile.js`](https://raw.githubusercontent.com/MaedahBatool/pudl/mas

_**OR** use your terminal to browse your desired folder and run the following command which will download all the required files for you via cURL._

Λ™```sh
```sh
curl -L https://git.io/pudlgf -o "gulpfile.js" && curl -L https://git.io/pudlpkg -o "pacakge.json" && curl -L https://git.io/pudlgi -o ".gitignore" && curl -L https://git.io/pudlcfg -o "config.js"
```

````
### ➑️ STEP #2: Editing the Project Variables

Change the project variables in the `config.js` file according to your folder structure.
Expand All @@ -76,7 +76,7 @@ module.exports = {
browserAutoOpen: false,
injectChanges: true
};
````
```

### ➑️ STEP #3: Installing Node Dependencies

Expand Down

0 comments on commit f9608e9

Please sign in to comment.