diff --git a/README.md b/README.md index 1152ad5..0b0b2e7 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ I wanted to make an enviroment, which allows the F1 fan to seek for necessary in ## Installation -To run Formula 1 Standings Website locally, you are to have both Node.js enviroment and npm package manager installed. +To run Formula 1 Standings Website locally, you need both Node.js enviroment and npm package manager installed. ```bash git clone https://github.com/karolstawowski/Formula_1_Standings_Website.git ``` ```bash -npm install +yarn install ``` ```bash -npm start +yarn start ``` ## App structure