From d9226abf8541b316de39c8a0971fea6d7d8e300a Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Thu, 2 Sep 2021 12:13:00 +0200 Subject: [PATCH] refactor: Fix ReadMe syntax. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f79dbc41..7e367a6c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Description The code has been written with VSC in mind, so a launch.json is available to help run and debug the softwares. No helpers are available for other IDE. -2. Clone the repo to your local computer. You will need the following requierement: - * Node.js 16 - * Git -4. In VS code, run `Test Cypress via NPM`. The `Launch.json` file will trigger the `test` script configured in the `package.json`. -3. Alternatively, open a terminal and go to the `./cypress_app/` subfolder. -5. Then, type `npm run test` to launch the script via CLI. \ No newline at end of file +1. Clone the repo to your local computer. You will need the following requierement: + * Node.js 16 + * Git +2. In VS code, run `Test Cypress via NPM`. The `Launch.json` file will trigger the `test` script configured in the `package.json`. +3. Alternatively, open a terminal and go to the `./cypress_app/` subfolder. +5. Then, type `npm run test` to launch the script via CLI. \ No newline at end of file