Skip to content

Commit 2d69520

Browse files
doc: minor fixes to README.md
1 parent 128ca1b commit 2d69520

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ Node.js API** also known as **N-API**, providing C++ object model and exception
55
handling semantics with low overhead. It guarantees backward compatibility with
66
use with older versions of Node.js that do not have N-API built-in.
77

8-
Node.js API guarentees the **API** and **ABI** compatibility across different
9-
version of Node.js. So if you switch to a
10-
different version of Node.js you must not reinstall and maybe recompile the
11-
Addon.
8+
N-API guarantees the **API** and **ABI** compatibility across different
9+
versions of Node.js. So if you switched to a different version of Node.js,
10+
you would not need to reinstall or recompile the Addon.
1211

1312
N-API is an API for building native Addons. It is independent from the underlying
14-
JavaScript runtime (ex V8) and is maintained as part of Node.js itself. This API
13+
JavaScript runtime (e.g. v8) and is maintained as part of Node.js itself. This API
1514
will be Application Binary Interface (ABI) stable across versions of Node.js. It
1615
is intended to insulate Addons from changes in the underlying JavaScript engine
1716
and allow modules compiled for one version to run on later versions of Node.js
@@ -29,11 +28,11 @@ values. Concepts and operations generally map to ideas specified in the
2928
- **[Contributors](#contributors)**
3029
- **[License](#license)**
3130

32-
## **Current version: 1.0.0**
31+
## **Current version: 1.1.0**
3332

34-
(See [CHANHELOG.md](CHANGELOG.md) for complete Changelog)
33+
(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)
3534

36-
[![NPM](https://nodei.co/npm/node-addon-api.png?downloads=true&downloadRank=true)](https://nodei.co/npm/dode-addon-api/) [![NPM](https://nodei.co/npm-dl/node-addon-api.png?months=6&height=1)](https://nodei.co/npm/dode-addon-api/)
35+
[![NPM](https://nodei.co/npm/node-addon-api.png?downloads=true&downloadRank=true)](https://nodei.co/npm/node-addon-api/) [![NPM](https://nodei.co/npm-dl/node-addon-api.png?months=6&height=1)](https://nodei.co/npm/node-addon-api/)
3736

3837
<a name="setup"></a>
3938

0 commit comments

Comments
 (0)