From 252bf6cf27ee8d73968481bb3634bfcc872e6491 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 24 Dec 2019 18:39:46 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18037f30fffce5..1f1cdc0df41a79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,17 +46,12 @@ git checkout master git pull upstream master ``` -4. Install dependencies: +4. Install the dependencies: ```sh yarn install ``` -or - -````sh -yarn - 5. Create a new topic branch: ```sh