From e3335bdd2bd580661bd5c632077c702587cc85ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= <5421321+maarcingebala@users.noreply.github.com> Date: Wed, 19 Jun 2019 18:06:12 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc879ed91..43a028b16 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ These instructions will get you a copy of the project up and running on your loc Clone the repository: ``` -git clone git@github.com:mirumee/saleor-dashboard.git +$ git clone git@github.com:mirumee/saleor-dashboard.git ``` Enter the project directory: ``` -cd saleor-dashboard +$ cd saleor-dashboard ``` Install NPM dependencies: ``` -npm i +$ npm i ``` ### Configuration @@ -45,7 +45,7 @@ There are two environment variables available for configuration: To start the development server run: ``` -npm start +$ npm start ``` ### Production @@ -53,5 +53,5 @@ npm start To build the application bundle run: ``` -npm run build +$ npm run build ```