From d953822d19f6260cf1881406ae80de05f16a548f Mon Sep 17 00:00:00 2001 From: Mike DelGaudio Date: Mon, 5 Jul 2021 22:37:04 -0400 Subject: [PATCH] [DOCS] Remove passive voice, simplify README --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 976de058..29c54b13 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,19 @@ However, Squoosh utilizes Google Analytics to collect the following: To develop for Squoosh, use the following: -1. Clone the repository. -1. To install node packages, run `npm install`. -1. To build the app, run `npm run build`. -1. To start the development server, run `npm run dev`. +1. Clone the repository +1. Install node packages, by running: + ```sh + npm install + ``` +1. Build the app, by running: + ```sh + npm run build + ``` +1. Start the development server, by running: + ```sh + npm run dev + ``` # Contributing