Skip to content

Commit

Permalink
Formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sztadii committed Jun 22, 2024
1 parent 0413ba1 commit e3165f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,21 @@ and taking the following trips, and then viewing the balance. <br />
| More than two zones (3+) | £3.20 | From Wimbledon to Aldgate |
| Any bus journey | £1.80 | Earl’s Court to Chelsea |


## How to run the app

Please install `node manager` from `https://github.com/tj/n` <br>
Set up the node version ( specified in engines.node inside the package.json ) by running

```
n auto
```

After that you can install dependencies by running

```
npm install
```

Once you will download the dependencies then you can run the app by

```
npm test
```

0 comments on commit e3165f2

Please sign in to comment.