Skip to content

Commit b87a7bc

Browse files
committed
Merge pull request nodejs#24 from debuggings/patch-1
Update README.md
2 parents 6c486f4 + 568219f commit b87a7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_hello_world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This is where NAN first comes in useful for us. The changing V8 API has made it
9898

9999
Compile your addon: if you don't have `node-gyp` installed, use `sudo npm install node-gyp -g` to install it. It comes bundled with npm but is not normally linked as an executable in your `PATH` so it's best to install it separately.
100100

101-
Run `node-gyp configure` to set up the build fixtures. In the *./build/* directory, a *Makefile* and associated property files will be created on Unix systems and a *vcxproj* fill will be created on Windows.
101+
Run `node-gyp configure` to set up the build fixtures. In the *./build/* directory, a *Makefile* and associated property files will be created on Unix systems and a *vcxproj* file will be created on Windows.
102102

103103
Next, run `node-gyp build` to start the build process and watch your addon compile. You can use `node-gyp build` again to incrementally recompile changed source files. Alternatively you can use `node-gyp rebuild` to combine the `configure` and `build` steps in one.
104104

0 commit comments

Comments
 (0)