From ab7c31e290f38d94d02a6a62947a26b455e9dc6b Mon Sep 17 00:00:00 2001
From: Angristan <Angristan@users.noreply.github.com>
Date: Sun, 15 Apr 2018 12:52:54 +0200
Subject: [PATCH] Fix list number

---
 docs/setup.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup.en.md b/docs/setup.en.md
index f8b2f55064..ec062e9477 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -58,7 +58,7 @@ We need to use `node-gyp` to build the `crypto` module.
 1. `npm install -g node-gyp`
 2.  `node-gyp configure`
 3. `node-gyp build`
-1. `npm run build`
+4. `npm run build`
 
 *6.* That is it.
 ----------------------------------------------------------------