Skip to content

Commit 9595abb

Browse files
committed
indentation of quickstart code
1 parent 26233c5 commit 9595abb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ We'll be tying in a lot of different pieces of [React](https://facebook.github.i
3232
First, clone the repository:
3333

3434
```bash
35-
git clone https://github.com/fullstackreact/react-yelp-clone.git react-yelp-clone
36-
cd react-yelp-clone
35+
git clone https://github.com/fullstackreact/react-yelp-clone.git react-yelp-clone
36+
cd react-yelp-clone
3737

38-
# install the dependencies
39-
npm install
38+
# install the dependencies
39+
npm install
4040

41-
# copy configuration (see below)
42-
cp .env.example .env
41+
# copy configuration (see below)
42+
cp .env.example .env
4343

44-
# start the server
45-
npm start
44+
# start the server
45+
npm start
4646
```
4747

4848
## Configuring the Application

0 commit comments

Comments
 (0)