Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit ba41a8c

Browse files
Update README.md
fixed formatting
1 parent c9990c6 commit ba41a8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ The app was tested on the following configuration:
1313
- Node v6.2.0
1414
- Redis 3.2.9
1515

16-
0. Install Redis
16+
### 0. Install Redis
1717

1818
Install a local Redis server by following [these instructions](https://redis.io/topics/quickstart).
1919

20-
1. Clone the repo
20+
### 1. Clone the repo
2121

2222
```
2323
git clone https://github.com/maximevaillancourt/json-feed-viewer.git
2424
```
2525

26-
2. Install dependencies
26+
### 2. Install dependencies
2727

2828
```
2929
cd json-feed-viewer && npm install
3030
```
3131

32-
3. Start the server
32+
### 3. Start the server
3333

3434
```
3535
npm start

0 commit comments

Comments
 (0)