Skip to content

Commit 76829fc

Browse files
committed
Merge pull request nodegit#356 from nodegit/debug-typo-fix
Fixed a typo in the debug build instruction.
2 parents bcbdc27 + 1140f7b commit 76829fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ can get a backtrace with [gdb](http://www.gnu.org/software/gdb/) or
6060

6161
In order to do so, follow these steps:
6262

63-
1. `BUILLD_ONLY=true npm install`, or `BUILLD_ONLY=true npm link .` if
63+
1. `BUILD_ONLY=true npm install`, or `BUILD_ONLY=true npm link .` if
6464
you are into it
6565
2. `rm -rf build/Release`
6666
3. `node-gyp configure --debug`

0 commit comments

Comments
 (0)