Skip to content

Commit 31f8ef9

Browse files
hyunsoodagengjiawen
authored andcommitted
fix typo (#106)
1 parent 74ab0f3 commit 31f8ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1_hello_world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Run `node-gyp configure` to set up the build fixtures. In the *./build/* directo
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

105-
You should now have a compiled binary addon ready for use. Node will load it just like it loads a .js module file and include it in your running application. The binary file should be be located at *./build/Release/hello.node*.
105+
You should now have a compiled binary addon ready for use. Node will load it just like it loads a .js module file and include it in your running application. The binary file should be located at *./build/Release/hello.node*.
106106

107107
### Step 6
108108

0 commit comments

Comments
 (0)