Skip to content

Commit 658e062

Browse files
committed
Added requested changes.
1 parent 0cb410c commit 658e062

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
## Introduction
1818

19-
The **node-api-headers** contains the header files for the C based
20-
Node-API provided by Node.js. Node-API is an API for building native addons
21-
that guarantees the ABI (Application Binary Interface) stability across
22-
versions of Node.js (see: [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html)).
19+
**node-api-headers** contains the header files for the C-based Node-API
20+
provided by Node.js. Node-API is an API for building native addons that
21+
guarantees the ABI (Application Binary Interface) stability across versions
22+
of Node.js (see: [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html)).
2323

2424
Node-API headers are in the `include` folder. The Node-APIs that provide
2525
ECMAScript features from native code can be found in `js_native_api_types.h`
2626
and `js_native_api.h`. The APIs defined in these headers are included in
2727
`node_api_types.h` and `node_api.h`.
2828
The headers are structured in this way in order to allow implementations of
2929
Node-API outside of Node.js considering that for those implementations the
30-
Node.js specific APIS may not be applicable.
30+
Node.js specific APIs may not be applicable.
3131

32-
The **node-api-headers** is also a package published on **npm** that could
33-
be used in a process to compile and build native addons for Node.js.
32+
**node-api-headers** is also a package published on **npm** that could be used
33+
in a process to compile and build native addons for Node.js.
3434

3535
<a name="install"></a>
3636

0 commit comments

Comments
 (0)