summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 65c9a30ca..3d4efb98b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -100,7 +100,7 @@ npm i -g windows-build-tools --vs2015
100We need `node-gyp` to be able to compile any native dependencies 100We need `node-gyp` to be able to compile any native dependencies
101 101
102```bash 102```bash
103npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 103npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
104``` 104```
105 105
106### Clone repository with submodule 106### Clone repository with submodule