Skip to content

Commit ce16068

Browse files
author
Ajay Sreedhar
authored
remove: node-gyp rebuild when gypfile flag is enabled
1 parent 2f34439 commit ce16068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ One of the ways to overcome this limitation is leveraging multi-threading capabi
99
Node.js Addons are dynamically-linked shared libraries, written in C++, that can be loaded into Node.js runtime using
1010
the `require()` function, and used just as if they were an ordinary JavaScript module.
1111

12-
This example demonstrates a Node.js Addon which performs hardware accelarated image rendering without interfering the event loop. Though events are captured on the main thread, image rendering is performed on a new thread.
12+
This example demonstrates a Node.js Addon which performs hardware accelarated image rendering without interfering the event loop. Though events are captured on the main thread, image rendering is performed on a dedicated thread.
1313

1414

1515
## Prerequisites

0 commit comments

Comments
 (0)