From abac823d9feca80b1503af6b7fe7b8748e0ae670 Mon Sep 17 00:00:00 2001 From: Devid Farinelli Date: Fri, 1 Mar 2019 20:31:51 +0100 Subject: [PATCH] docs(contributing): improves formatting --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8abfd3988b2..b489adc1852 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,10 +44,10 @@ npm link webpack-cli * Bootstrap all the submodules before building for the first time -```bash -npm run boostrap -npm run build -``` + ```bash + npm run boostrap + npm run build + ``` * Run all the tests with: - `npm run test` @@ -74,10 +74,10 @@ yarn link webpack-cli * Bootstrap all the submodules before building for the first time -```bash -yarn boostrap -yarn build -``` + ```bash + yarn boostrap + yarn build + ``` * Run all the tests with: - `yarn test`