From 6f3ecad4495c3f3e39de37817c095e001062c1e1 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Tue, 10 Mar 2020 16:08:24 -0500 Subject: [PATCH] Make it clear this is a command to be run --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8b72fc..947e3b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Installing dependencies ```bash -yarn +yarn install ``` `npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.