From 1140f7b9d5f7fa6d5f2ce5185bffc3254f3789a0 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 16 Jan 2015 12:08:13 +0000 Subject: [PATCH] Fixed a typo in the debug build instruction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ceaabfd..69c8d056d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ can get a backtrace with [gdb](http://www.gnu.org/software/gdb/) or In order to do so, follow these steps: - 1. `BUILLD_ONLY=true npm install`, or `BUILLD_ONLY=true npm link .` if + 1. `BUILD_ONLY=true npm install`, or `BUILD_ONLY=true npm link .` if you are into it 2. `rm -rf build/Release` 3. `node-gyp configure --debug`