Skip to content

Commit f9cf1fe

Browse files
committed
update package.json and README
1 parent da1b247 commit f9cf1fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ StringBuilder for Node.js
33

44
An easy and fast in-memory string builder for Node.js.
55

6-
NOTICE: N-API is a new experimental feature in Node.js 8. Currently, it can be used by adding `--napi-modules` option when executing Node.js 8.
6+
NOTICE: N-API is a new experimental feature in Node.js 8.
77

88
## Code Example
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-stringbuilder",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "An easy and fast in-memory string builder for Node.js.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)