From 2b27a715b07c27200ba1e5e9623629a34389276d Mon Sep 17 00:00:00 2001 From: Danshil Mungur Date: Sat, 26 Dec 2020 13:21:46 +0400 Subject: [PATCH] fix(docs): fix typo in build instructions (#503) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99ba8dd3..0da05476 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ All help is welcome and greatly appreciated. If you would like to contribute to ``` yarn - yarn install + yarn dev ``` - Alternatively you can run using [Docker](https://www.docker.com/) with `docker-compose up -d`. This method does not require installing NodeJS or Yarn on your machine directly.